public enum TimecardApiProperty extends java.lang.Enum<TimecardApiProperty>
Java class for timecardApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="timecardApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="timecardID"/> <enumeration value="comments"/> <enumeration value="dateAdded"/> <enumeration value="dateBegin"/> <enumeration value="dateEnd"/> <enumeration value="externalID"/> <enumeration value="invoiceID"/> <enumeration value="migrateGUID"/> <enumeration value="placementID"/> <enumeration value="status"/> <enumeration value="timecardBatchID"/> <enumeration value="type"/> </restriction> </simpleType>
Enum Constant and Description |
---|
COMMENTS |
DATE_ADDED |
DATE_BEGIN |
DATE_END |
EXTERNAL_ID |
INVOICE_ID |
MIGRATE_GUID |
PLACEMENT_ID |
STATUS |
TIMECARD_BATCH_ID |
TIMECARD_ID |
TYPE |
Modifier and Type | Method and Description |
---|---|
static TimecardApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TimecardApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimecardApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimecardApiProperty TIMECARD_ID
public static final TimecardApiProperty COMMENTS
public static final TimecardApiProperty DATE_ADDED
public static final TimecardApiProperty DATE_BEGIN
public static final TimecardApiProperty DATE_END
public static final TimecardApiProperty EXTERNAL_ID
public static final TimecardApiProperty INVOICE_ID
public static final TimecardApiProperty MIGRATE_GUID
public static final TimecardApiProperty PLACEMENT_ID
public static final TimecardApiProperty STATUS
public static final TimecardApiProperty TIMECARD_BATCH_ID
public static final TimecardApiProperty TYPE
public static TimecardApiProperty[] values()
for (TimecardApiProperty c : TimecardApiProperty.values()) System.out.println(c);
public static TimecardApiProperty 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 TimecardApiProperty fromValue(java.lang.String v)