public static enum CustomAttribute.CustomAttributeType extends java.lang.Enum<CustomAttribute.CustomAttributeType>
Enum Constant and Description |
---|
Boolean |
Date |
Datetime |
Number |
String |
Time |
Url |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,CustomAttribute.CustomAttributeType> |
stringToEnum |
private java.lang.String |
symbol |
Modifier and Type | Method and Description |
---|---|
static CustomAttribute.CustomAttributeType |
fromString(java.lang.String symbol) |
java.lang.String |
toString() |
static CustomAttribute.CustomAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomAttribute.CustomAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomAttribute.CustomAttributeType String
public static final CustomAttribute.CustomAttributeType Number
public static final CustomAttribute.CustomAttributeType Boolean
public static final CustomAttribute.CustomAttributeType Datetime
public static final CustomAttribute.CustomAttributeType Date
public static final CustomAttribute.CustomAttributeType Time
public static final CustomAttribute.CustomAttributeType Url
private final java.lang.String symbol
public static java.util.Map<java.lang.String,CustomAttribute.CustomAttributeType> stringToEnum
public static CustomAttribute.CustomAttributeType[] values()
for (CustomAttribute.CustomAttributeType c : CustomAttribute.CustomAttributeType.values()) System.out.println(c);
public static CustomAttribute.CustomAttributeType 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 toString()
toString
in class java.lang.Enum<CustomAttribute.CustomAttributeType>
public static CustomAttribute.CustomAttributeType fromString(java.lang.String symbol)