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