public enum TimecardExpenseApiProperty extends java.lang.Enum<TimecardExpenseApiProperty>
Java class for timecardExpenseApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="timecardExpenseApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="timecardExpenseID"/>
<enumeration value="amount"/>
<enumeration value="comments"/>
<enumeration value="dateAdded"/>
<enumeration value="dateExpensed"/>
<enumeration value="fileExportID"/>
<enumeration value="invoiceID"/>
<enumeration value="invoiceItemID"/>
<enumeration value="lastModifyingPersonID"/>
<enumeration value="migrateGUID"/>
<enumeration value="payClassID"/>
<enumeration value="placementID"/>
<enumeration value="projectID"/>
<enumeration value="status"/>
<enumeration value="timecardID"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AMOUNT |
COMMENTS |
DATE_ADDED |
DATE_EXPENSED |
FILE_EXPORT_ID |
INVOICE_ID |
INVOICE_ITEM_ID |
LAST_MODIFYING_PERSON_ID |
MIGRATE_GUID |
PAY_CLASS_ID |
PLACEMENT_ID |
PROJECT_ID |
STATUS |
TIMECARD_EXPENSE_ID |
TIMECARD_ID |
| Modifier and Type | Method and Description |
|---|---|
static TimecardExpenseApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TimecardExpenseApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimecardExpenseApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimecardExpenseApiProperty TIMECARD_EXPENSE_ID
public static final TimecardExpenseApiProperty AMOUNT
public static final TimecardExpenseApiProperty COMMENTS
public static final TimecardExpenseApiProperty DATE_ADDED
public static final TimecardExpenseApiProperty DATE_EXPENSED
public static final TimecardExpenseApiProperty FILE_EXPORT_ID
public static final TimecardExpenseApiProperty INVOICE_ID
public static final TimecardExpenseApiProperty INVOICE_ITEM_ID
public static final TimecardExpenseApiProperty LAST_MODIFYING_PERSON_ID
public static final TimecardExpenseApiProperty MIGRATE_GUID
public static final TimecardExpenseApiProperty PAY_CLASS_ID
public static final TimecardExpenseApiProperty PLACEMENT_ID
public static final TimecardExpenseApiProperty PROJECT_ID
public static final TimecardExpenseApiProperty STATUS
public static final TimecardExpenseApiProperty TIMECARD_ID
public static TimecardExpenseApiProperty[] values()
for (TimecardExpenseApiProperty c : TimecardExpenseApiProperty.values()) System.out.println(c);
public static TimecardExpenseApiProperty 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 TimecardExpenseApiProperty fromValue(java.lang.String v)