public static enum RCCConstraint.Type extends java.lang.Enum<RCCConstraint.Type>
| Enum Constant and Description |
|---|
DC
Semantics: A DISCONNECTED B ![]() |
EC
Semantics: A EXTERNALLY-CONNECTED B ![]() |
EQ
Semantics: A EQUALS B ![]() |
NTPP
Semantics: A NON-TANGENTIAL-PROPER-PART B ![]() |
NTPPI
Semantics: A INVERSE-OF-NON-TANGENTIAL-PROPER-PART B ![]() |
PO
Semantics: A PARTIALLY-OVERLAPPING B ![]() |
TPP
Semantics: A TANGENTIAL-PROPER-PART B ![]() |
TPPI
Semantics: A INVERSE-OF-TANGENTIAL-PROPER-PART B ![]() |
| Modifier and Type | Method and Description |
|---|---|
static RCCConstraint.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RCCConstraint.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RCCConstraint.Type DC

public static final RCCConstraint.Type EC

public static final RCCConstraint.Type PO

public static final RCCConstraint.Type TPP

public static final RCCConstraint.Type NTPP

public static final RCCConstraint.Type TPPI

public static final RCCConstraint.Type NTPPI

public static final RCCConstraint.Type EQ

public static RCCConstraint.Type[] values()
for (RCCConstraint.Type c : RCCConstraint.Type.values()) System.out.println(c);
public static RCCConstraint.Type 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