|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ColorAttributeValues>
com.ibm.pdp.maf.rpp.pac.dialog.ColorAttributeValues
public enum ColorAttributeValues
List of color attributes for the elements belonging to layout of Screen.
Enum Constant Summary | |
---|---|
_B
Blue | |
_G
Green | |
_P
Pink | |
_R
Red | |
_T
Turquoise | |
_W
Normal | |
_Y
Yellow | |
NONE
Default Value |
Method Summary | |
---|---|
static ColorAttributeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColorAttributeValues[] |
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 ColorAttributeValues _B
Blue
public static final ColorAttributeValues _G
Green
public static final ColorAttributeValues _P
Pink
public static final ColorAttributeValues _R
Red
public static final ColorAttributeValues _T
Turquoise
public static final ColorAttributeValues _W
Normal
public static final ColorAttributeValues _Y
Yellow
public static final ColorAttributeValues NONE
Default Value
Method Detail |
---|
public static ColorAttributeValues 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 ColorAttributeValues[] values()
for (ColorAttributeValues c : ColorAttributeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |