public enum NCTISChanceTypeValues extends Enum<NCTISChanceTypeValues>
| Enum Constant and Description |
|---|
CANCELLED |
CEASED |
CHANGED |
PRESCRIBED |
SUSPENDED |
UNCHANGED |
| Modifier and Type | Method and Description |
|---|---|
Code |
getCodeValue() |
static NCTISChanceTypeValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NCTISChanceTypeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NCTISChanceTypeValues UNCHANGED
public static final NCTISChanceTypeValues CHANGED
public static final NCTISChanceTypeValues CANCELLED
public static final NCTISChanceTypeValues PRESCRIBED
public static final NCTISChanceTypeValues CEASED
public static final NCTISChanceTypeValues SUSPENDED
public static NCTISChanceTypeValues[] values()
for (NCTISChanceTypeValues c : NCTISChanceTypeValues.values()) System.out.println(c);
public static NCTISChanceTypeValues valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Code getCodeValue()
Copyright © 2021. All rights reserved.