public static enum Sentence.OverlapOption extends Enum<Sentence.OverlapOption>
| Enum Constant and Description |
|---|
AsSet |
Exception |
Intersection |
LayerInsideOut |
LayerOutsideIn |
LeftToRight |
Raw |
Union |
| Modifier and Type | Method and Description |
|---|---|
static Sentence.OverlapOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sentence.OverlapOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sentence.OverlapOption Exception
public static final Sentence.OverlapOption Union
public static final Sentence.OverlapOption Intersection
public static final Sentence.OverlapOption LayerInsideOut
public static final Sentence.OverlapOption LayerOutsideIn
public static final Sentence.OverlapOption LeftToRight
public static final Sentence.OverlapOption AsSet
public static final Sentence.OverlapOption Raw
public static Sentence.OverlapOption[] values()
for (Sentence.OverlapOption c : Sentence.OverlapOption.values()) System.out.println(c);
public static Sentence.OverlapOption 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 © 2018 JULIE Lab, Germany. All rights reserved.