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