Enum Class EnumProperty
- All Implemented Interfaces:
Serializable,Comparable<EnumProperty>,Constable
Possible property names for primitive properties.
- Version:
- 11.1.0
- Author:
- jmback
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionthe display name of the meta typea hashed number of this elementthe icon for this elementthe name of this elementthe absolute path to retrieve this element in the modelthe name of the meta typethe uniform resource identifier to retrieve the element via internetthe virtual index of the element, if existing -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic booleantoString()static EnumPropertyReturns the enum constant of this class with the specified name.static EnumProperty[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
displayType
the display name of the meta type -
hash
a hashed number of this element -
icon
the icon for this element -
name
the name of this element -
path
the absolute path to retrieve this element in the model -
type
the name of the meta type -
uri
the uniform resource identifier to retrieve the element via internet -
virtualIndex
the virtual index of the element, if existing
-
-
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
-
isValid
-
isType
-
toString
- Overrides:
toStringin classEnum<EnumProperty>
-