public enum swSystemColorsEnvelopes_e extends java.lang.Enum<swSystemColorsEnvelopes_e>
Enum Constant and Description |
---|
swSystemColorsEnvelopes_DoNotChange |
swSystemColorsEnvelopes_Opaque |
swSystemColorsEnvelopes_SemiTransparent |
Modifier and Type | Method and Description |
---|---|
static swSystemColorsEnvelopes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSystemColorsEnvelopes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSystemColorsEnvelopes_e swSystemColorsEnvelopes_SemiTransparent
public static final swSystemColorsEnvelopes_e swSystemColorsEnvelopes_Opaque
public static final swSystemColorsEnvelopes_e swSystemColorsEnvelopes_DoNotChange
public static swSystemColorsEnvelopes_e[] values()
for (swSystemColorsEnvelopes_e c : swSystemColorsEnvelopes_e.values()) System.out.println(c);
public static swSystemColorsEnvelopes_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