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