public enum AlignmentMethod extends java.lang.Enum<AlignmentMethod>
Enum Constant and Description |
---|
COMPOSITIONAL |
DICTIONARY |
DISTRIBUTIONAL |
GRAPHICAL |
NEOCLASSICAL |
SEMI_DISTRIBUTIONAL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongName() |
java.lang.String |
getShortName() |
static AlignmentMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentMethod DICTIONARY
public static final AlignmentMethod DISTRIBUTIONAL
public static final AlignmentMethod COMPOSITIONAL
public static final AlignmentMethod NEOCLASSICAL
public static final AlignmentMethod GRAPHICAL
public static final AlignmentMethod SEMI_DISTRIBUTIONAL
public static AlignmentMethod[] values()
for (AlignmentMethod c : AlignmentMethod.values()) System.out.println(c);
public static AlignmentMethod 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 nullpublic java.lang.String getShortName()
public java.lang.String getLongName()