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