public enum HousingComplexApiAssociation extends java.lang.Enum<HousingComplexApiAssociation>
Java class for housingComplexApiAssociation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="housingComplexApiAssociation"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="amenities"/> <enumeration value="units"/> <enumeration value="whitelistClientCorporations"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AMENITIES |
UNITS |
WHITELIST_CLIENT_CORPORATIONS |
Modifier and Type | Method and Description |
---|---|
static HousingComplexApiAssociation |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static HousingComplexApiAssociation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HousingComplexApiAssociation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HousingComplexApiAssociation AMENITIES
public static final HousingComplexApiAssociation UNITS
public static final HousingComplexApiAssociation WHITELIST_CLIENT_CORPORATIONS
public static HousingComplexApiAssociation[] values()
for (HousingComplexApiAssociation c : HousingComplexApiAssociation.values()) System.out.println(c);
public static HousingComplexApiAssociation 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 HousingComplexApiAssociation fromValue(java.lang.String v)