public enum InvoiceGroupApiProperty extends java.lang.Enum<InvoiceGroupApiProperty>
Java class for invoiceGroupApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="invoiceGroupApiProperty"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="invoiceGroupID"/> <enumeration value="corporationID"/> <enumeration value="dateAdded"/> <enumeration value="dateLastModified"/> <enumeration value="description"/> <enumeration value="lastModifyingUserID"/> <enumeration value="migrateGUID"/> <enumeration value="name"/> </restriction> </simpleType>
Enum Constant and Description |
---|
CORPORATION_ID |
DATE_ADDED |
DATE_LAST_MODIFIED |
DESCRIPTION |
INVOICE_GROUP_ID |
LAST_MODIFYING_USER_ID |
MIGRATE_GUID |
NAME |
Modifier and Type | Method and Description |
---|---|
static InvoiceGroupApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static InvoiceGroupApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceGroupApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvoiceGroupApiProperty INVOICE_GROUP_ID
public static final InvoiceGroupApiProperty CORPORATION_ID
public static final InvoiceGroupApiProperty DATE_ADDED
public static final InvoiceGroupApiProperty DATE_LAST_MODIFIED
public static final InvoiceGroupApiProperty DESCRIPTION
public static final InvoiceGroupApiProperty LAST_MODIFYING_USER_ID
public static final InvoiceGroupApiProperty MIGRATE_GUID
public static final InvoiceGroupApiProperty NAME
public static InvoiceGroupApiProperty[] values()
for (InvoiceGroupApiProperty c : InvoiceGroupApiProperty.values()) System.out.println(c);
public static InvoiceGroupApiProperty 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 InvoiceGroupApiProperty fromValue(java.lang.String v)