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