public enum WmlVerticalJustification extends Enum<WmlVerticalJustification>
Modifier and Type | Method and Description |
---|---|
static WmlVerticalJustification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmlVerticalJustification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmlVerticalJustification top
public static final WmlVerticalJustification center
public static final WmlVerticalJustification both
public static final WmlVerticalJustification bottom
public static WmlVerticalJustification[] values()
for (WmlVerticalJustification c : WmlVerticalJustification.values()) System.out.println(c);
public static WmlVerticalJustification valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null