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