protected static enum TransformationsGraphImpl.Consistency extends Enum<TransformationsGraphImpl.Consistency>
The consistency in which the graph is searched.
| Modifier and Type | Method and Description |
|---|---|
static TransformationsGraphImpl.Consistency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationsGraphImpl.Consistency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformationsGraphImpl.Consistency EXACT
public static final TransformationsGraphImpl.Consistency SUPPORT
public static final TransformationsGraphImpl.Consistency GENERIC
public static TransformationsGraphImpl.Consistency[] values()
for (TransformationsGraphImpl.Consistency c : TransformationsGraphImpl.Consistency.values()) System.out.println(c);
public static TransformationsGraphImpl.Consistency 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 © 2014. All Rights Reserved.