public enum swDisplayMode_e extends java.lang.Enum<swDisplayMode_e>
Enum Constant and Description |
---|
swDisplayModeDEFAULT |
swDisplayModeUNKNOWN |
swFACETED_HIDDEN |
swFACETED_HIDDEN_GREYED |
swFACETED_WIREFRAME |
swHIDDEN |
swHIDDEN_GREYED |
swSHADED |
swSHADED_EDGES |
swWIREFRAME |
Modifier and Type | Method and Description |
---|---|
static swDisplayMode_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDisplayMode_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDisplayMode_e swDisplayModeUNKNOWN
public static final swDisplayMode_e swWIREFRAME
public static final swDisplayMode_e swHIDDEN_GREYED
public static final swDisplayMode_e swHIDDEN
public static final swDisplayMode_e swSHADED
public static final swDisplayMode_e swFACETED_WIREFRAME
public static final swDisplayMode_e swFACETED_HIDDEN_GREYED
public static final swDisplayMode_e swFACETED_HIDDEN
public static final swDisplayMode_e swSHADED_EDGES
public static final swDisplayMode_e swDisplayModeDEFAULT
public static swDisplayMode_e[] values()
for (swDisplayMode_e c : swDisplayMode_e.values()) System.out.println(c);
public static swDisplayMode_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