|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ReportWriteOptionValues>
com.ibm.pdp.maf.rpp.pac.report.ReportWriteOptionValues
public enum ReportWriteOptionValues
List of writing options.
Enum Constant Summary | |
---|---|
_N
|
|
NONE
|
|
STAR
|
Method Summary | |
---|---|
static ReportWriteOptionValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReportWriteOptionValues[] |
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 ReportWriteOptionValues _N
Prohibits any automatic reformulation of the print option, in a conversion Library.
public static final ReportWriteOptionValues NONE
According to variant : Print options are generated according to the hardware variant indicated at the Library level. For conversion Libraries, the print options are automatically reformulated according to the Library variant.
public static final ReportWriteOptionValues STAR
Generation of the WRITE BEFORE statement.
Method Detail |
---|
public static ReportWriteOptionValues 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 ReportWriteOptionValues[] values()
for (ReportWriteOptionValues c : ReportWriteOptionValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |