public static enum ICell.RelationType extends Enum<ICell.RelationType>
Enum Constant and Description |
---|
Disjoint |
Equivalence |
Extra |
HasInstance |
InstanceOf |
Missing |
PartOf |
SubsumedBy |
Subsumes |
Modifier and Type | Method and Description |
---|---|
static ICell.RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICell.RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICell.RelationType Equivalence
public static final ICell.RelationType Subsumes
public static final ICell.RelationType SubsumedBy
public static final ICell.RelationType InstanceOf
public static final ICell.RelationType HasInstance
public static final ICell.RelationType Disjoint
public static final ICell.RelationType PartOf
public static final ICell.RelationType Extra
public static final ICell.RelationType Missing
public static ICell.RelationType[] values()
for (ICell.RelationType c : ICell.RelationType.values()) System.out.println(c);
public static ICell.RelationType 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