public enum MetadataAttributeElementType extends java.lang.Enum<MetadataAttributeElementType> implements ICRMLookupEnum
Enum Constant and Description |
---|
CALENDAR |
CHECKBOX |
EDITOR |
INPUT_TEXT |
INPUT_TEXT_AREA |
SELECTBOX |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static MetadataAttributeElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetadataAttributeElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataAttributeElementType INPUT_TEXT
public static final MetadataAttributeElementType INPUT_TEXT_AREA
public static final MetadataAttributeElementType CHECKBOX
public static final MetadataAttributeElementType SELECTBOX
public static final MetadataAttributeElementType CALENDAR
public static final MetadataAttributeElementType EDITOR
public static MetadataAttributeElementType[] values()
for (MetadataAttributeElementType c : MetadataAttributeElementType.values()) System.out.println(c);
public static MetadataAttributeElementType 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 getLabel()
getLabel
in interface ICRMLookupEnum