public static enum TransitivityBuilder.TransitivityTableState extends java.lang.Enum<TransitivityBuilder.TransitivityTableState>
Enum Constant and Description |
---|
COMPUTED |
NO_TRANSITIVE_ASSOCIATIONS_DEFINED |
NOT_COMPUTED |
Modifier and Type | Method and Description |
---|---|
static TransitivityBuilder.TransitivityTableState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransitivityBuilder.TransitivityTableState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitivityBuilder.TransitivityTableState COMPUTED
public static final TransitivityBuilder.TransitivityTableState NOT_COMPUTED
public static final TransitivityBuilder.TransitivityTableState NO_TRANSITIVE_ASSOCIATIONS_DEFINED
public static TransitivityBuilder.TransitivityTableState[] values()
for (TransitivityBuilder.TransitivityTableState c : TransitivityBuilder.TransitivityTableState.values()) System.out.println(c);
public static TransitivityBuilder.TransitivityTableState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null