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