|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScreenCategoryNatureValues>
com.ibm.pdp.maf.rpp.pac.common.dialog.ScreenCategoryNatureValues
public enum ScreenCategoryNatureValues
List of categories for presence of segments.
Enum Constant Summary | |
---|---|
_R
Repetitive Category | |
_Z
Screen Bottom Category | |
NONE
Heading Category |
Method Summary | |
---|---|
static ScreenCategoryNatureValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScreenCategoryNatureValues[] |
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 ScreenCategoryNatureValues _R
Repetitive Category
public static final ScreenCategoryNatureValues _Z
Screen Bottom Category
public static final ScreenCategoryNatureValues NONE
Heading Category
Method Detail |
---|
public static ScreenCategoryNatureValues 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 ScreenCategoryNatureValues[] values()
for (ScreenCategoryNatureValues c : ScreenCategoryNatureValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |