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