public static enum OConstants.Closure extends Enum<OConstants.Closure>
Enum Constant and Description |
---|
DIRECT_CLOSURE |
TRANSITIVE_CLOSURE |
Modifier and Type | Method and Description |
---|---|
static OConstants.Closure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OConstants.Closure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OConstants.Closure DIRECT_CLOSURE
public static final OConstants.Closure TRANSITIVE_CLOSURE
public static OConstants.Closure[] values()
for (OConstants.Closure c : OConstants.Closure.values()) System.out.println(c);
public static OConstants.Closure 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 © 2024 GATE. All rights reserved.