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