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