public enum JobOrderTemplateApiProperty extends java.lang.Enum<JobOrderTemplateApiProperty>
Java class for jobOrderTemplateApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="jobOrderTemplateApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="templateId"/> <enumeration value="dateAdded"/> <enumeration value="description"/> <enumeration value="displayType"/> <enumeration value="enabled"/> <enumeration value="entityList"/> <enumeration value="groupName"/> <enumeration value="isSearchable"/> <enumeration value="name"/> <enumeration value="reportID"/> <enumeration value="staticTemplateName"/> <enumeration value="tabName"/> </restriction> </simpleType>
Enum Constant and Description |
---|
DATE_ADDED |
DESCRIPTION |
DISPLAY_TYPE |
ENABLED |
ENTITY_LIST |
GROUP_NAME |
IS_SEARCHABLE |
NAME |
REPORT_ID |
STATIC_TEMPLATE_NAME |
TAB_NAME |
TEMPLATE_ID |
Modifier and Type | Method and Description |
---|---|
static JobOrderTemplateApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static JobOrderTemplateApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobOrderTemplateApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobOrderTemplateApiProperty TEMPLATE_ID
public static final JobOrderTemplateApiProperty DATE_ADDED
public static final JobOrderTemplateApiProperty DESCRIPTION
public static final JobOrderTemplateApiProperty DISPLAY_TYPE
public static final JobOrderTemplateApiProperty ENABLED
public static final JobOrderTemplateApiProperty ENTITY_LIST
public static final JobOrderTemplateApiProperty GROUP_NAME
public static final JobOrderTemplateApiProperty IS_SEARCHABLE
public static final JobOrderTemplateApiProperty NAME
public static final JobOrderTemplateApiProperty REPORT_ID
public static final JobOrderTemplateApiProperty STATIC_TEMPLATE_NAME
public static final JobOrderTemplateApiProperty TAB_NAME
public static JobOrderTemplateApiProperty[] values()
for (JobOrderTemplateApiProperty c : JobOrderTemplateApiProperty.values()) System.out.println(c);
public static JobOrderTemplateApiProperty 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 JobOrderTemplateApiProperty fromValue(java.lang.String v)