public enum CandidateWorkHistoryApiProperty extends java.lang.Enum<CandidateWorkHistoryApiProperty>
Java class for candidateWorkHistoryApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="candidateWorkHistoryApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="candidateWorkHistoryID"/> <enumeration value="bonus"/> <enumeration value="candidateID"/> <enumeration value="clientCorporationID"/> <enumeration value="comments"/> <enumeration value="commission"/> <enumeration value="companyName"/> <enumeration value="customDate1"/> <enumeration value="customDate2"/> <enumeration value="customDate3"/> <enumeration value="customDate4"/> <enumeration value="customDate5"/> <enumeration value="customFloat1"/> <enumeration value="customFloat2"/> <enumeration value="customFloat3"/> <enumeration value="customFloat4"/> <enumeration value="customFloat5"/> <enumeration value="customInt1"/> <enumeration value="customInt2"/> <enumeration value="customInt3"/> <enumeration value="customInt4"/> <enumeration value="customInt5"/> <enumeration value="customText1"/> <enumeration value="customText2"/> <enumeration value="customText3"/> <enumeration value="customText4"/> <enumeration value="customText5"/> <enumeration value="customTextBlock1"/> <enumeration value="customTextBlock2"/> <enumeration value="customTextBlock3"/> <enumeration value="dateAdded"/> <enumeration value="endDate"/> <enumeration value="isDeleted"/> <enumeration value="isLastJob"/> <enumeration value="jobOrderID"/> <enumeration value="migrateGUID"/> <enumeration value="placementID"/> <enumeration value="salary1"/> <enumeration value="salary2"/> <enumeration value="salaryType"/> <enumeration value="startDate"/> <enumeration value="terminationReason"/> <enumeration value="title"/> </restriction> </simpleType>
Modifier and Type | Method and Description |
---|---|
static CandidateWorkHistoryApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static CandidateWorkHistoryApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CandidateWorkHistoryApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandidateWorkHistoryApiProperty CANDIDATE_WORK_HISTORY_ID
public static final CandidateWorkHistoryApiProperty BONUS
public static final CandidateWorkHistoryApiProperty CANDIDATE_ID
public static final CandidateWorkHistoryApiProperty CLIENT_CORPORATION_ID
public static final CandidateWorkHistoryApiProperty COMMENTS
public static final CandidateWorkHistoryApiProperty COMMISSION
public static final CandidateWorkHistoryApiProperty COMPANY_NAME
public static final CandidateWorkHistoryApiProperty CUSTOM_DATE_1
public static final CandidateWorkHistoryApiProperty CUSTOM_DATE_2
public static final CandidateWorkHistoryApiProperty CUSTOM_DATE_3
public static final CandidateWorkHistoryApiProperty CUSTOM_DATE_4
public static final CandidateWorkHistoryApiProperty CUSTOM_DATE_5
public static final CandidateWorkHistoryApiProperty CUSTOM_FLOAT_1
public static final CandidateWorkHistoryApiProperty CUSTOM_FLOAT_2
public static final CandidateWorkHistoryApiProperty CUSTOM_FLOAT_3
public static final CandidateWorkHistoryApiProperty CUSTOM_FLOAT_4
public static final CandidateWorkHistoryApiProperty CUSTOM_FLOAT_5
public static final CandidateWorkHistoryApiProperty CUSTOM_INT_1
public static final CandidateWorkHistoryApiProperty CUSTOM_INT_2
public static final CandidateWorkHistoryApiProperty CUSTOM_INT_3
public static final CandidateWorkHistoryApiProperty CUSTOM_INT_4
public static final CandidateWorkHistoryApiProperty CUSTOM_INT_5
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_1
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_2
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_3
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_4
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_5
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_BLOCK_1
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_BLOCK_2
public static final CandidateWorkHistoryApiProperty CUSTOM_TEXT_BLOCK_3
public static final CandidateWorkHistoryApiProperty DATE_ADDED
public static final CandidateWorkHistoryApiProperty END_DATE
public static final CandidateWorkHistoryApiProperty IS_DELETED
public static final CandidateWorkHistoryApiProperty IS_LAST_JOB
public static final CandidateWorkHistoryApiProperty JOB_ORDER_ID
public static final CandidateWorkHistoryApiProperty MIGRATE_GUID
public static final CandidateWorkHistoryApiProperty PLACEMENT_ID
public static final CandidateWorkHistoryApiProperty SALARY_1
public static final CandidateWorkHistoryApiProperty SALARY_2
public static final CandidateWorkHistoryApiProperty SALARY_TYPE
public static final CandidateWorkHistoryApiProperty START_DATE
public static final CandidateWorkHistoryApiProperty TERMINATION_REASON
public static final CandidateWorkHistoryApiProperty TITLE
public static CandidateWorkHistoryApiProperty[] values()
for (CandidateWorkHistoryApiProperty c : CandidateWorkHistoryApiProperty.values()) System.out.println(c);
public static CandidateWorkHistoryApiProperty 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 CandidateWorkHistoryApiProperty fromValue(java.lang.String v)