public static enum SequenceTrimToLengthTransform.Mode extends Enum<SequenceTrimToLengthTransform.Mode>
SequenceTrimToLengthTransform
Enum Constant and Description |
---|
TRIM |
TRIM_OR_PAD |
Modifier and Type | Method and Description |
---|---|
static SequenceTrimToLengthTransform.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceTrimToLengthTransform.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceTrimToLengthTransform.Mode TRIM
public static final SequenceTrimToLengthTransform.Mode TRIM_OR_PAD
public static SequenceTrimToLengthTransform.Mode[] values()
for (SequenceTrimToLengthTransform.Mode c : SequenceTrimToLengthTransform.Mode.values()) System.out.println(c);
public static SequenceTrimToLengthTransform.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.