public enum RateCardApiProperty extends java.lang.Enum<RateCardApiProperty>
Java class for rateCardApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="rateCardApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="rateCardID"/>
<enumeration value="businessSector"/>
<enumeration value="categoryID"/>
<enumeration value="corporationID"/>
<enumeration value="customRate1"/>
<enumeration value="customRate10"/>
<enumeration value="customRate2"/>
<enumeration value="customRate3"/>
<enumeration value="customRate4"/>
<enumeration value="customRate5"/>
<enumeration value="customRate6"/>
<enumeration value="customRate7"/>
<enumeration value="customRate8"/>
<enumeration value="customRate9"/>
<enumeration value="dateEffective"/>
<enumeration value="dateLastModified"/>
<enumeration value="isDefault"/>
<enumeration value="isDeleted"/>
<enumeration value="lastModifyingUserID"/>
<enumeration value="migrateGUID"/>
<enumeration value="name"/>
<enumeration value="overtimeRate"/>
<enumeration value="rate"/>
<enumeration value="rateCardCategory"/>
<enumeration value="shiftID"/>
<enumeration value="shortName"/>
<enumeration value="skillID"/>
<enumeration value="type"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static RateCardApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static RateCardApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RateCardApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RateCardApiProperty RATE_CARD_ID
public static final RateCardApiProperty BUSINESS_SECTOR
public static final RateCardApiProperty CATEGORY_ID
public static final RateCardApiProperty CORPORATION_ID
public static final RateCardApiProperty CUSTOM_RATE_1
public static final RateCardApiProperty CUSTOM_RATE_10
public static final RateCardApiProperty CUSTOM_RATE_2
public static final RateCardApiProperty CUSTOM_RATE_3
public static final RateCardApiProperty CUSTOM_RATE_4
public static final RateCardApiProperty CUSTOM_RATE_5
public static final RateCardApiProperty CUSTOM_RATE_6
public static final RateCardApiProperty CUSTOM_RATE_7
public static final RateCardApiProperty CUSTOM_RATE_8
public static final RateCardApiProperty CUSTOM_RATE_9
public static final RateCardApiProperty DATE_EFFECTIVE
public static final RateCardApiProperty DATE_LAST_MODIFIED
public static final RateCardApiProperty IS_DEFAULT
public static final RateCardApiProperty IS_DELETED
public static final RateCardApiProperty LAST_MODIFYING_USER_ID
public static final RateCardApiProperty MIGRATE_GUID
public static final RateCardApiProperty NAME
public static final RateCardApiProperty OVERTIME_RATE
public static final RateCardApiProperty RATE
public static final RateCardApiProperty RATE_CARD_CATEGORY
public static final RateCardApiProperty SHIFT_ID
public static final RateCardApiProperty SHORT_NAME
public static final RateCardApiProperty SKILL_ID
public static final RateCardApiProperty TYPE
public static RateCardApiProperty[] values()
for (RateCardApiProperty c : RateCardApiProperty.values()) System.out.println(c);
public static RateCardApiProperty 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 RateCardApiProperty fromValue(java.lang.String v)