public enum ECSGOperation extends Enum<ECSGOperation>
| Enum Constant and Description |
|---|
ACTIVE |
ADD |
DEINTERSECT |
INTERSECT |
SUBTRACT |
| Modifier and Type | Method and Description |
|---|---|
static ECSGOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSGOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECSGOperation ADD
public static final ECSGOperation SUBTRACT
public static final ECSGOperation ACTIVE
public static final ECSGOperation INTERSECT
public static final ECSGOperation DEINTERSECT
public static ECSGOperation[] values()
for (ECSGOperation c : ECSGOperation.values()) System.out.println(c);
public static ECSGOperation 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 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.