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