public enum SurveyApiProperty extends java.lang.Enum<SurveyApiProperty>
Java class for surveyApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="surveyApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="surveyID"/> <enumeration value="comments"/> <enumeration value="dateAdded"/> <enumeration value="dateCompleted"/> <enumeration value="jobOrderID"/> <enumeration value="migrateGUID"/> <enumeration value="placementID"/> <enumeration value="placementIDOld"/> <enumeration value="reviewingClientContactID"/> <enumeration value="templateID"/> </restriction> </simpleType>
Enum Constant and Description |
---|
COMMENTS |
DATE_ADDED |
DATE_COMPLETED |
JOB_ORDER_ID |
MIGRATE_GUID |
PLACEMENT_ID |
PLACEMENT_ID_OLD |
REVIEWING_CLIENT_CONTACT_ID |
SURVEY_ID |
TEMPLATE_ID |
Modifier and Type | Method and Description |
---|---|
static SurveyApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static SurveyApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SurveyApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurveyApiProperty SURVEY_ID
public static final SurveyApiProperty COMMENTS
public static final SurveyApiProperty DATE_ADDED
public static final SurveyApiProperty DATE_COMPLETED
public static final SurveyApiProperty JOB_ORDER_ID
public static final SurveyApiProperty MIGRATE_GUID
public static final SurveyApiProperty PLACEMENT_ID
public static final SurveyApiProperty PLACEMENT_ID_OLD
public static final SurveyApiProperty REVIEWING_CLIENT_CONTACT_ID
public static final SurveyApiProperty TEMPLATE_ID
public static SurveyApiProperty[] values()
for (SurveyApiProperty c : SurveyApiProperty.values()) System.out.println(c);
public static SurveyApiProperty 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 SurveyApiProperty fromValue(java.lang.String v)