public static enum ComposedRelation.RelationOperatorType extends Enum<ComposedRelation.RelationOperatorType>
Enum Constant and Description |
---|
AND |
FIRST |
INVERSE |
NEXT |
NOT |
OR |
REFLEXIVE |
SYMMETRIC |
TRANSITIVE |
Modifier and Type | Method and Description |
---|---|
static ComposedRelation.RelationOperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComposedRelation.RelationOperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComposedRelation.RelationOperatorType AND
public static final ComposedRelation.RelationOperatorType OR
public static final ComposedRelation.RelationOperatorType NOT
public static final ComposedRelation.RelationOperatorType INVERSE
public static final ComposedRelation.RelationOperatorType SYMMETRIC
public static final ComposedRelation.RelationOperatorType TRANSITIVE
public static final ComposedRelation.RelationOperatorType REFLEXIVE
public static final ComposedRelation.RelationOperatorType FIRST
public static final ComposedRelation.RelationOperatorType NEXT
public static ComposedRelation.RelationOperatorType[] values()
for (ComposedRelation.RelationOperatorType c : ComposedRelation.RelationOperatorType.values()) System.out.println(c);
public static ComposedRelation.RelationOperatorType 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 nullBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a