public enum swPropertyManagerColorScheme_e extends java.lang.Enum<swPropertyManagerColorScheme_e>
Modifier and Type | Method and Description |
---|---|
static swPropertyManagerColorScheme_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropertyManagerColorScheme_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Blue
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Gray
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Mustard
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Olive
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Sand
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_SeaGreen
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Default
public static final swPropertyManagerColorScheme_e swPropertyManagerColorScheme_Windows
public static swPropertyManagerColorScheme_e[] values()
for (swPropertyManagerColorScheme_e c : swPropertyManagerColorScheme_e.values()) System.out.println(c);
public static swPropertyManagerColorScheme_e 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 namejava.lang.NullPointerException
- if the argument is null