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