public enum ClientCorporationTemplateAttributeApiProperty extends java.lang.Enum<ClientCorporationTemplateAttributeApiProperty>
Java class for clientCorporationTemplateAttributeApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="clientCorporationTemplateAttributeApiProperty"> <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 ClientCorporationTemplateAttributeApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ClientCorporationTemplateAttributeApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientCorporationTemplateAttributeApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientCorporationTemplateAttributeApiProperty TEMPLATE_ATTRIBUTE_ID
public static final ClientCorporationTemplateAttributeApiProperty ATTRIBUTE_TYPE
public static final ClientCorporationTemplateAttributeApiProperty DESCRIPTION
public static final ClientCorporationTemplateAttributeApiProperty ENABLED
public static final ClientCorporationTemplateAttributeApiProperty HINT
public static final ClientCorporationTemplateAttributeApiProperty IS_REQUIRED
public static final ClientCorporationTemplateAttributeApiProperty IS_SEARCHABLE
public static final ClientCorporationTemplateAttributeApiProperty NAME
public static final ClientCorporationTemplateAttributeApiProperty OPTION_LIST
public static final ClientCorporationTemplateAttributeApiProperty SORT_ORDER
public static final ClientCorporationTemplateAttributeApiProperty STATIC_FIELD_NAME
public static final ClientCorporationTemplateAttributeApiProperty TEMPLATE_ID
public static ClientCorporationTemplateAttributeApiProperty[] values()
for (ClientCorporationTemplateAttributeApiProperty c : ClientCorporationTemplateAttributeApiProperty.values()) System.out.println(c);
public static ClientCorporationTemplateAttributeApiProperty 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 ClientCorporationTemplateAttributeApiProperty fromValue(java.lang.String v)