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