public enum SurveyQuestionApiProperty extends java.lang.Enum<SurveyQuestionApiProperty>
Java class for surveyQuestionApiProperty.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="surveyQuestionApiProperty">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="surveyQuestionID"/>
     <enumeration value="defaultScore"/>
     <enumeration value="displayList"/>
     <enumeration value="editType"/>
     <enumeration value="hint"/>
     <enumeration value="isDeleted"/>
     <enumeration value="isRequired"/>
     <enumeration value="question"/>
     <enumeration value="sortOrder"/>
     <enumeration value="templateID"/>
     <enumeration value="valueList"/>
   </restriction>
 </simpleType>
 | Enum Constant and Description | 
|---|
DEFAULT_SCORE  | 
DISPLAY_LIST  | 
EDIT_TYPE  | 
HINT  | 
IS_DELETED  | 
IS_REQUIRED  | 
QUESTION  | 
SORT_ORDER  | 
SURVEY_QUESTION_ID  | 
TEMPLATE_ID  | 
VALUE_LIST  | 
| Modifier and Type | Method and Description | 
|---|---|
static SurveyQuestionApiProperty | 
fromValue(java.lang.String v)  | 
java.lang.String | 
value()  | 
static SurveyQuestionApiProperty | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SurveyQuestionApiProperty[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SurveyQuestionApiProperty SURVEY_QUESTION_ID
public static final SurveyQuestionApiProperty DEFAULT_SCORE
public static final SurveyQuestionApiProperty DISPLAY_LIST
public static final SurveyQuestionApiProperty EDIT_TYPE
public static final SurveyQuestionApiProperty HINT
public static final SurveyQuestionApiProperty IS_DELETED
public static final SurveyQuestionApiProperty IS_REQUIRED
public static final SurveyQuestionApiProperty QUESTION
public static final SurveyQuestionApiProperty SORT_ORDER
public static final SurveyQuestionApiProperty TEMPLATE_ID
public static final SurveyQuestionApiProperty VALUE_LIST
public static SurveyQuestionApiProperty[] values()
for (SurveyQuestionApiProperty c : SurveyQuestionApiProperty.values()) System.out.println(c);
public static SurveyQuestionApiProperty 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 SurveyQuestionApiProperty fromValue(java.lang.String v)