public enum SurveyTemplateApiProperty extends java.lang.Enum<SurveyTemplateApiProperty>
Java class for surveyTemplateApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="surveyTemplateApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="surveyTemplateID"/> <enumeration value="dateAdded"/> <enumeration value="description"/> <enumeration value="migrateGUID"/> <enumeration value="name"/> <enumeration value="ownerID"/> <enumeration value="publicDescription"/> <enumeration value="type"/> </restriction> </simpleType>
Enum Constant and Description |
---|
DATE_ADDED |
DESCRIPTION |
MIGRATE_GUID |
NAME |
OWNER_ID |
PUBLIC_DESCRIPTION |
SURVEY_TEMPLATE_ID |
TYPE |
Modifier and Type | Method and Description |
---|---|
static SurveyTemplateApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static SurveyTemplateApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SurveyTemplateApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurveyTemplateApiProperty SURVEY_TEMPLATE_ID
public static final SurveyTemplateApiProperty DATE_ADDED
public static final SurveyTemplateApiProperty DESCRIPTION
public static final SurveyTemplateApiProperty MIGRATE_GUID
public static final SurveyTemplateApiProperty NAME
public static final SurveyTemplateApiProperty OWNER_ID
public static final SurveyTemplateApiProperty PUBLIC_DESCRIPTION
public static final SurveyTemplateApiProperty TYPE
public static SurveyTemplateApiProperty[] values()
for (SurveyTemplateApiProperty c : SurveyTemplateApiProperty.values()) System.out.println(c);
public static SurveyTemplateApiProperty 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 SurveyTemplateApiProperty fromValue(java.lang.String v)