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