public static enum VenueNameElement.VenueGroup extends Enum<VenueNameElement.VenueGroup>
Enum Constant and Description |
---|
Assembly |
Business |
Educational |
FactoryIndustrial |
Institutional |
Mercantile |
Outdoor |
Reserved |
Residential |
Storage |
Unspecified |
UtilityMiscellaneous |
Vehicular |
Modifier and Type | Method and Description |
---|---|
static VenueNameElement.VenueGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VenueNameElement.VenueGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VenueNameElement.VenueGroup Unspecified
public static final VenueNameElement.VenueGroup Assembly
public static final VenueNameElement.VenueGroup Business
public static final VenueNameElement.VenueGroup Educational
public static final VenueNameElement.VenueGroup FactoryIndustrial
public static final VenueNameElement.VenueGroup Institutional
public static final VenueNameElement.VenueGroup Mercantile
public static final VenueNameElement.VenueGroup Residential
public static final VenueNameElement.VenueGroup Storage
public static final VenueNameElement.VenueGroup UtilityMiscellaneous
public static final VenueNameElement.VenueGroup Vehicular
public static final VenueNameElement.VenueGroup Outdoor
public static final VenueNameElement.VenueGroup Reserved
public static VenueNameElement.VenueGroup[] values()
for (VenueNameElement.VenueGroup c : VenueNameElement.VenueGroup.values()) System.out.println(c);
public static VenueNameElement.VenueGroup 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 null