public enum TimecardBatchApiProperty extends java.lang.Enum<TimecardBatchApiProperty>
Java class for timecardBatchApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="timecardBatchApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="timecardBatchID"/>
<enumeration value="batchName"/>
<enumeration value="dateAdded"/>
<enumeration value="isDeleted"/>
<enumeration value="isInvoiced"/>
<enumeration value="isLocked"/>
<enumeration value="isOpen"/>
<enumeration value="ownerID"/>
<enumeration value="status"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BATCH_NAME |
DATE_ADDED |
IS_DELETED |
IS_INVOICED |
IS_LOCKED |
IS_OPEN |
OWNER_ID |
STATUS |
TIMECARD_BATCH_ID |
| Modifier and Type | Method and Description |
|---|---|
static TimecardBatchApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TimecardBatchApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimecardBatchApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimecardBatchApiProperty TIMECARD_BATCH_ID
public static final TimecardBatchApiProperty BATCH_NAME
public static final TimecardBatchApiProperty DATE_ADDED
public static final TimecardBatchApiProperty IS_DELETED
public static final TimecardBatchApiProperty IS_INVOICED
public static final TimecardBatchApiProperty IS_LOCKED
public static final TimecardBatchApiProperty IS_OPEN
public static final TimecardBatchApiProperty OWNER_ID
public static final TimecardBatchApiProperty STATUS
public static TimecardBatchApiProperty[] values()
for (TimecardBatchApiProperty c : TimecardBatchApiProperty.values()) System.out.println(c);
public static TimecardBatchApiProperty 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 TimecardBatchApiProperty fromValue(java.lang.String v)