public enum CandidateReferenceQuestionApiProperty extends java.lang.Enum<CandidateReferenceQuestionApiProperty>
Java class for candidateReferenceQuestionApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="candidateReferenceQuestionApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="candidateReferenceQuestionID"/> <enumeration value="categoryID"/> <enumeration value="corporationID"/> <enumeration value="enabled"/> <enumeration value="migrateGUID"/> <enumeration value="questionText"/> <enumeration value="sortOrder"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CANDIDATE_REFERENCE_QUESTION_ID |
CATEGORY_ID |
CORPORATION_ID |
ENABLED |
MIGRATE_GUID |
QUESTION_TEXT |
SORT_ORDER |
Modifier and Type | Method and Description |
---|---|
static CandidateReferenceQuestionApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static CandidateReferenceQuestionApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CandidateReferenceQuestionApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandidateReferenceQuestionApiProperty CANDIDATE_REFERENCE_QUESTION_ID
public static final CandidateReferenceQuestionApiProperty CATEGORY_ID
public static final CandidateReferenceQuestionApiProperty CORPORATION_ID
public static final CandidateReferenceQuestionApiProperty ENABLED
public static final CandidateReferenceQuestionApiProperty MIGRATE_GUID
public static final CandidateReferenceQuestionApiProperty QUESTION_TEXT
public static final CandidateReferenceQuestionApiProperty SORT_ORDER
public static CandidateReferenceQuestionApiProperty[] values()
for (CandidateReferenceQuestionApiProperty c : CandidateReferenceQuestionApiProperty.values()) System.out.println(c);
public static CandidateReferenceQuestionApiProperty 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 CandidateReferenceQuestionApiProperty fromValue(java.lang.String v)