public static enum SegmentationAnalyzerProperties.BreakMode extends Enum<SegmentationAnalyzerProperties.BreakMode>
Modifier and Type | Method and Description |
---|---|
static SegmentationAnalyzerProperties.BreakMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentationAnalyzerProperties.BreakMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentationAnalyzerProperties.BreakMode all
public static final SegmentationAnalyzerProperties.BreakMode alpha
public static final SegmentationAnalyzerProperties.BreakMode graphic
public static SegmentationAnalyzerProperties.BreakMode[] values()
for (SegmentationAnalyzerProperties.BreakMode c : SegmentationAnalyzerProperties.BreakMode.values()) System.out.println(c);
public static SegmentationAnalyzerProperties.BreakMode 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 © 2016–2022 ArangoDB GmbH. All rights reserved.