public enum CandidateReferenceResponseApiProperty extends java.lang.Enum<CandidateReferenceResponseApiProperty>
Java class for candidateReferenceResponseApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="candidateReferenceResponseApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="userReferenceResponseID"/>
<enumeration value="migrateGUID"/>
<enumeration value="questionID"/>
<enumeration value="referenceID"/>
<enumeration value="responseText"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MIGRATE_GUID |
QUESTION_ID |
REFERENCE_ID |
RESPONSE_TEXT |
USER_REFERENCE_RESPONSE_ID |
| Modifier and Type | Method and Description |
|---|---|
static CandidateReferenceResponseApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static CandidateReferenceResponseApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CandidateReferenceResponseApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandidateReferenceResponseApiProperty USER_REFERENCE_RESPONSE_ID
public static final CandidateReferenceResponseApiProperty MIGRATE_GUID
public static final CandidateReferenceResponseApiProperty QUESTION_ID
public static final CandidateReferenceResponseApiProperty REFERENCE_ID
public static final CandidateReferenceResponseApiProperty RESPONSE_TEXT
public static CandidateReferenceResponseApiProperty[] values()
for (CandidateReferenceResponseApiProperty c : CandidateReferenceResponseApiProperty.values()) System.out.println(c);
public static CandidateReferenceResponseApiProperty 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 CandidateReferenceResponseApiProperty fromValue(java.lang.String v)