Enum Class DPIPropertyTypeEnumType
java.lang.Object
java.lang.Enum<DPIPropertyTypeEnumType>
software.xdev.bzst.dip.client.xmldocument.model.DPIPropertyTypeEnumType
- All Implemented Interfaces:
Serializable,Comparable<DPIPropertyTypeEnumType>,Constable
Java class for DPIPropertyType_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DPIPropertyType_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DPI901"/>
<enumeration value="DPI902"/>
<enumeration value="DPI903"/>
<enumeration value="DPI904"/>
<enumeration value="DPI905"/>
<enumeration value="DPI906"/>
<enumeration value="DPI907"/>
<enumeration value="DPI908"/>
<enumeration value="DPI909"/>
<enumeration value="DPI910"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic DPIPropertyTypeEnumTypevalue()static DPIPropertyTypeEnumTypeReturns the enum constant of this class with the specified name.static DPIPropertyTypeEnumType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DPI_901
Office -
DPI_902
Hotel room -
DPI_903
Bed and Breakfast room -
DPI_904
House -
DPI_905
Apartment -
DPI_906
Mobile Home -
DPI_907
Campground -
DPI_908
Boat -
DPI_909
Parking Space -
DPI_910
Other
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-