public enum HousingComplexAmenityApiProperty extends java.lang.Enum<HousingComplexAmenityApiProperty>
Java class for housingComplexAmenityApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="housingComplexAmenityApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="housingComplexAmenityID"/>
<enumeration value="amenityName"/>
<enumeration value="corporationID"/>
<enumeration value="dateAdded"/>
<enumeration value="isDeleted"/>
<enumeration value="migrateGUID"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AMENITY_NAME |
CORPORATION_ID |
DATE_ADDED |
HOUSING_COMPLEX_AMENITY_ID |
IS_DELETED |
MIGRATE_GUID |
| Modifier and Type | Method and Description |
|---|---|
static HousingComplexAmenityApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static HousingComplexAmenityApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HousingComplexAmenityApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HousingComplexAmenityApiProperty HOUSING_COMPLEX_AMENITY_ID
public static final HousingComplexAmenityApiProperty AMENITY_NAME
public static final HousingComplexAmenityApiProperty CORPORATION_ID
public static final HousingComplexAmenityApiProperty DATE_ADDED
public static final HousingComplexAmenityApiProperty IS_DELETED
public static final HousingComplexAmenityApiProperty MIGRATE_GUID
public static HousingComplexAmenityApiProperty[] values()
for (HousingComplexAmenityApiProperty c : HousingComplexAmenityApiProperty.values()) System.out.println(c);
public static HousingComplexAmenityApiProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static HousingComplexAmenityApiProperty fromValue(java.lang.String v)