public enum UserTemplateAttributeApiProperty extends java.lang.Enum<UserTemplateAttributeApiProperty>
Java class for userTemplateAttributeApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="userTemplateAttributeApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="templateAttributeId"/>
<enumeration value="attributeType"/>
<enumeration value="description"/>
<enumeration value="enabled"/>
<enumeration value="hint"/>
<enumeration value="isRequired"/>
<enumeration value="isSearchable"/>
<enumeration value="name"/>
<enumeration value="optionList"/>
<enumeration value="sortOrder"/>
<enumeration value="staticFieldName"/>
<enumeration value="templateID"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ATTRIBUTE_TYPE |
DESCRIPTION |
ENABLED |
HINT |
IS_REQUIRED |
IS_SEARCHABLE |
NAME |
OPTION_LIST |
SORT_ORDER |
STATIC_FIELD_NAME |
TEMPLATE_ATTRIBUTE_ID |
TEMPLATE_ID |
| Modifier and Type | Method and Description |
|---|---|
static UserTemplateAttributeApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static UserTemplateAttributeApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserTemplateAttributeApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserTemplateAttributeApiProperty TEMPLATE_ATTRIBUTE_ID
public static final UserTemplateAttributeApiProperty ATTRIBUTE_TYPE
public static final UserTemplateAttributeApiProperty DESCRIPTION
public static final UserTemplateAttributeApiProperty ENABLED
public static final UserTemplateAttributeApiProperty HINT
public static final UserTemplateAttributeApiProperty IS_REQUIRED
public static final UserTemplateAttributeApiProperty IS_SEARCHABLE
public static final UserTemplateAttributeApiProperty NAME
public static final UserTemplateAttributeApiProperty OPTION_LIST
public static final UserTemplateAttributeApiProperty SORT_ORDER
public static final UserTemplateAttributeApiProperty STATIC_FIELD_NAME
public static final UserTemplateAttributeApiProperty TEMPLATE_ID
public static UserTemplateAttributeApiProperty[] values()
for (UserTemplateAttributeApiProperty c : UserTemplateAttributeApiProperty.values()) System.out.println(c);
public static UserTemplateAttributeApiProperty 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 value()
public static UserTemplateAttributeApiProperty fromValue(java.lang.String v)