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