Enum Class PropertyData.PropertyDataTypeEnum
java.lang.Object
java.lang.Enum<PropertyData.PropertyDataTypeEnum>
de.iip_ecosphere.platform.support.semanticId.eclass.model.PropertyData.PropertyDataTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<PropertyData.PropertyDataTypeEnum>,Constable
- Enclosing class:
PropertyData
public static enum PropertyData.PropertyDataTypeEnum
extends Enum<PropertyData.PropertyDataTypeEnum>
Gets or Sets propertyDataType
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()toString()Returns the enum constant of this class with the specified name.static PropertyData.PropertyDataTypeEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AXIS_1D
-
AXIS_2D
-
AXIS_3D
-
BOOLEAN
-
DATE
-
INTEGER_COUNT_
@SerializedName("Integer (count)") public static final PropertyData.PropertyDataTypeEnum INTEGER_COUNT_ -
INTEGER_CURRENCY_
@SerializedName("Integer (currency)") public static final PropertyData.PropertyDataTypeEnum INTEGER_CURRENCY_ -
INTEGER_MEASURE_
@SerializedName("Integer (measure)") public static final PropertyData.PropertyDataTypeEnum INTEGER_MEASURE_ -
RATIONAL_COUNT_
@SerializedName("Rational (count)") public static final PropertyData.PropertyDataTypeEnum RATIONAL_COUNT_ -
RATIONAL_MEASURE_
@SerializedName("Rational (measure)") public static final PropertyData.PropertyDataTypeEnum RATIONAL_MEASURE_ -
REAL_COUNT_
-
REAL_CURRENCY_
@SerializedName("Real (currency)") public static final PropertyData.PropertyDataTypeEnum REAL_CURRENCY_ -
REAL_MEASURE_
@SerializedName("Real (measure)") public static final PropertyData.PropertyDataTypeEnum REAL_MEASURE_ -
REFERENCE
-
STRING
-
STRING_TRANSLATABLE_
@SerializedName("String (translatable)") public static final PropertyData.PropertyDataTypeEnum STRING_TRANSLATABLE_ -
TIME
-
TIMESTAMP
-
URL
-
FILE
-
BLOB
-
-
Field Details
-
value
-
-
Constructor Details
-
PropertyDataTypeEnum
-
-
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
-
getValue
-
toString
- Overrides:
toStringin classEnum<PropertyData.PropertyDataTypeEnum>
-
fromValue
-