public static enum FOImplies.ConclusionType extends java.lang.Enum<FOImplies.ConclusionType>
Enum Constant and Description |
---|
EQUALITIES_ONLY |
MIXED |
TRIPLE_PATTERNS_ONLY |
Modifier and Type | Method and Description |
---|---|
static FOImplies.ConclusionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FOImplies.ConclusionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FOImplies.ConclusionType TRIPLE_PATTERNS_ONLY
public static final FOImplies.ConclusionType EQUALITIES_ONLY
public static final FOImplies.ConclusionType MIXED
public static FOImplies.ConclusionType[] values()
for (FOImplies.ConclusionType c : FOImplies.ConclusionType.values()) System.out.println(c);
public static FOImplies.ConclusionType 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