public static enum AutomotiveModel.EnumBodyStyle extends Enum<AutomotiveModel.EnumBodyStyle>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AutomotiveModel.EnumBodyStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomotiveModel.EnumBodyStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomotiveModel.EnumBodyStyle VALUE_CONVERTIBLE
public static final AutomotiveModel.EnumBodyStyle VALUE_COUPE
public static final AutomotiveModel.EnumBodyStyle VALUE_CROSSOVER
public static final AutomotiveModel.EnumBodyStyle VALUE_ESTATE
public static final AutomotiveModel.EnumBodyStyle VALUE_GRANDTOURER
public static final AutomotiveModel.EnumBodyStyle VALUE_HATCHBACK
public static final AutomotiveModel.EnumBodyStyle VALUE_MINIBUS
public static final AutomotiveModel.EnumBodyStyle VALUE_MINIVAN
public static final AutomotiveModel.EnumBodyStyle VALUE_MPV
public static final AutomotiveModel.EnumBodyStyle VALUE_NONE
public static final AutomotiveModel.EnumBodyStyle VALUE_OTHER
public static final AutomotiveModel.EnumBodyStyle VALUE_PICKUP
public static final AutomotiveModel.EnumBodyStyle VALUE_ROADSTER
public static final AutomotiveModel.EnumBodyStyle VALUE_SALOON
public static final AutomotiveModel.EnumBodyStyle VALUE_SEDAN
public static final AutomotiveModel.EnumBodyStyle VALUE_SPORTSCAR
public static final AutomotiveModel.EnumBodyStyle VALUE_SUPERCAR
public static final AutomotiveModel.EnumBodyStyle VALUE_SUPERMINI
public static final AutomotiveModel.EnumBodyStyle VALUE_SUV
public static final AutomotiveModel.EnumBodyStyle VALUE_TRUCK
public static final AutomotiveModel.EnumBodyStyle VALUE_VAN
public static final AutomotiveModel.EnumBodyStyle VALUE_WAGON
public static AutomotiveModel.EnumBodyStyle[] values()
for (AutomotiveModel.EnumBodyStyle c : AutomotiveModel.EnumBodyStyle.values()) System.out.println(c);
public static AutomotiveModel.EnumBodyStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AutomotiveModel.EnumBodyStyle>Copyright © 2021. All rights reserved.