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