|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ReportNatureValues>
com.ibm.pdp.maf.rpp.pac.report.ReportNatureValues
public enum ReportNatureValues
List of natures of Reports.
Enum Constant Summary | |
---|---|
_E
Report | |
_I
Indicates a Report that is a form, to be subsequently filled in. |
|
_K
Screen | |
_L
Table |
Method Summary | |
---|---|
static ReportNatureValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReportNatureValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ReportNatureValues _E
Report
public static final ReportNatureValues _I
Indicates a Report that is a form, to be subsequently filled in.
public static final ReportNatureValues _K
Screen
public static final ReportNatureValues _L
Table
Method Detail |
---|
public static ReportNatureValues 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ReportNatureValues[] values()
for (ReportNatureValues c : ReportNatureValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |