public enum swRelativeViewCreationDirection_e extends java.lang.Enum<swRelativeViewCreationDirection_e>
Modifier and Type | Method and Description |
---|---|
static swRelativeViewCreationDirection_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRelativeViewCreationDirection_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_FRONT
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_RIGHT
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_TOP
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_BACK
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_LEFT
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_BOTTOM
public static final swRelativeViewCreationDirection_e swRelativeViewCreationDirection_AUXILIARY
public static swRelativeViewCreationDirection_e[] values()
for (swRelativeViewCreationDirection_e c : swRelativeViewCreationDirection_e.values()) System.out.println(c);
public static swRelativeViewCreationDirection_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