public static enum AlignmentProperties.OrientationType extends java.lang.Enum<AlignmentProperties.OrientationType> implements java.io.Serializable
Enum Constant and Description |
---|
ALIGN_AS_IS |
ALL_PERM |
MCS
Deprecated.
|
SIMPLE |
Modifier and Type | Method and Description |
---|---|
static AlignmentProperties.OrientationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentProperties.OrientationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final AlignmentProperties.OrientationType MCS
Alignment
anymore. For the same purpose use
the more advanced MMPAlignment
method. Note that this MCS option
will be removed from further releases.public static final AlignmentProperties.OrientationType SIMPLE
public static final AlignmentProperties.OrientationType ALIGN_AS_IS
public static final AlignmentProperties.OrientationType ALL_PERM
public static AlignmentProperties.OrientationType[] values()
for (AlignmentProperties.OrientationType c : AlignmentProperties.OrientationType.values()) System.out.println(c);
public static AlignmentProperties.OrientationType 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