public static enum IContext.ContextRelationship extends java.lang.Enum<IContext.ContextRelationship>
Enum Constant and Description |
---|
DISJOINT |
EQUAL |
GREATER_THAN |
LESS_THAN |
Modifier and Type | Method and Description |
---|---|
static IContext.ContextRelationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IContext.ContextRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IContext.ContextRelationship EQUAL
public static final IContext.ContextRelationship GREATER_THAN
public static final IContext.ContextRelationship LESS_THAN
public static final IContext.ContextRelationship DISJOINT
public static IContext.ContextRelationship[] values()
for (IContext.ContextRelationship c : IContext.ContextRelationship.values()) System.out.println(c);
public static IContext.ContextRelationship 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 nullCopyright © 2014 The Apache Software Foundation