public enum ReportApiProperty extends java.lang.Enum<ReportApiProperty>
Java class for reportApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="reportApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="reportID"/>
<enumeration value="categoryID"/>
<enumeration value="cognosType"/>
<enumeration value="dashboard"/>
<enumeration value="dateAdded"/>
<enumeration value="dateLastModified"/>
<enumeration value="description"/>
<enumeration value="name"/>
<enumeration value="oldReportID"/>
<enumeration value="ownerID"/>
<enumeration value="packageName"/>
<enumeration value="path"/>
<enumeration value="reportJar"/>
<enumeration value="reportRTF"/>
<enumeration value="reportXML"/>
<enumeration value="sqlData"/>
<enumeration value="type"/>
<enumeration value="version"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CATEGORY_ID |
COGNOS_TYPE |
DASHBOARD |
DATE_ADDED |
DATE_LAST_MODIFIED |
DESCRIPTION |
NAME |
OLD_REPORT_ID |
OWNER_ID |
PACKAGE_NAME |
PATH |
REPORT_ID |
REPORT_JAR |
REPORT_RTF |
REPORT_XML |
SQL_DATA |
TYPE |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ReportApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ReportApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportApiProperty REPORT_ID
public static final ReportApiProperty CATEGORY_ID
public static final ReportApiProperty COGNOS_TYPE
public static final ReportApiProperty DASHBOARD
public static final ReportApiProperty DATE_ADDED
public static final ReportApiProperty DATE_LAST_MODIFIED
public static final ReportApiProperty DESCRIPTION
public static final ReportApiProperty NAME
public static final ReportApiProperty OLD_REPORT_ID
public static final ReportApiProperty OWNER_ID
public static final ReportApiProperty PACKAGE_NAME
public static final ReportApiProperty PATH
public static final ReportApiProperty REPORT_JAR
public static final ReportApiProperty REPORT_RTF
public static final ReportApiProperty REPORT_XML
public static final ReportApiProperty SQL_DATA
public static final ReportApiProperty TYPE
public static final ReportApiProperty VERSION
public static ReportApiProperty[] values()
for (ReportApiProperty c : ReportApiProperty.values()) System.out.println(c);
public static ReportApiProperty 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 ReportApiProperty fromValue(java.lang.String v)