public static enum ConstraintSystemImpl.ConstraintKind extends java.lang.Enum<ConstraintSystemImpl.ConstraintKind>
| Modifier and Type | Method and Description |
|---|---|
static ConstraintSystemImpl.ConstraintKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintSystemImpl.ConstraintKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintSystemImpl.ConstraintKind SUB_TYPE
public static final ConstraintSystemImpl.ConstraintKind EQUAL
public static ConstraintSystemImpl.ConstraintKind[] values()
for (ConstraintSystemImpl.ConstraintKind c : ConstraintSystemImpl.ConstraintKind.values()) System.out.println(c);
public static ConstraintSystemImpl.ConstraintKind 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