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