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