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