public enum RelationshipMask extends Enum<RelationshipMask>
Enum Constant and Description |
---|
ANYINTERACT
The "anyinteract" relationship
|
CONTAINS
The "contains" relationship
|
COVEREDBY
The "coveredby" relationship
|
COVERS
The "covers" relationship
|
EQUAL
The "equal" relationship
|
INSIDE
The "inside" relationship
|
ON
The "on" relationship
|
OVERLAPBYDISJOINT
The "overlapbydisjoint" relationship
|
OVERLAPBYINTERSECT
The "overlapbyintersect" relationship
|
TOUCH
The "touch" relationship
|
Modifier and Type | Method and Description |
---|---|
static String |
booleanCombination(RelationshipMask[] masks)
Combines the passed "
RelationshipMask s |
static RelationshipMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipMask TOUCH
public static final RelationshipMask OVERLAPBYDISJOINT
public static final RelationshipMask OVERLAPBYINTERSECT
public static final RelationshipMask EQUAL
public static final RelationshipMask INSIDE
public static final RelationshipMask COVEREDBY
public static final RelationshipMask CONTAINS
public static final RelationshipMask COVERS
public static final RelationshipMask ANYINTERACT
public static final RelationshipMask ON
public static RelationshipMask[] values()
for (RelationshipMask c : RelationshipMask.values()) System.out.println(c);
public static RelationshipMask 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 nullpublic static String booleanCombination(RelationshipMask[] masks)
RelationshipMask
smasks
- The array of masks to combineString
representing the combined relationship maskCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.