-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AttributeTypeDefine the type of an attribute
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OBJECT_ARRAYSTRING_ARRAYOBJECTURLDATEBOOLDOUBLELONGSTRINGDELETED
-
Method Summary
Modifier and Type Method Description static AttributeTypefromValue(int value)Mode from value static Array<AttributeType>values()static AttributeTypevalueOf(String name)intgetValue()chargetTypeChar()-
-
Method Detail
-
fromValue
static AttributeType fromValue(int value)
Mode from value
-
values
static Array<AttributeType> values()
-
valueOf
static AttributeType valueOf(String name)
-
getValue
int getValue()
-
getTypeChar
char getTypeChar()
-
-
-
-