public static enum BlueCasUtil.Position extends Enum<BlueCasUtil.Position>
| Modifier and Type | Method and Description |
|---|---|
static BlueCasUtil.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlueCasUtil.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlueCasUtil.Position before
public static final BlueCasUtil.Position after
public static final BlueCasUtil.Position overlap
public static BlueCasUtil.Position[] values()
for (BlueCasUtil.Position c : BlueCasUtil.Position.values()) System.out.println(c);
public static BlueCasUtil.Position 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 © 2015 Bluebrain Project. All rights reserved.