public enum EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast extends java.lang.Enum<EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast NX_REGIONAL_LYMPH_NODES_CANNOT_BE_ASSESSED
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N0_NO_REGIONAL_LYMPH_NODE_METASTASIS_HISTOLOGICALLY
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N1_METASTASIS_IN_1_TO_3_AXILLARY_LYMPH_NODES
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N2_METASTASIS_IN_4_TO_9_AXILLARY_LYMPH_NODES
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N2A_METASTASIS_IN_4_TO_9_AXILLARY_LYMPH_NODES_2_0_MM
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N2B_METASTASIS_IN_CLINICALLY_APPARENT_INTERNAL_NODES
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N3_METASTASIS_TO_IPSILATERAL_INTERNAL_MAMMARY_LYMPH_NODE_S
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N3A_METASTASIS_IN_10_OR_MORE_AXILLARY_LYMPH_NODES
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N3B_METASTASIS_IN_CLINICALLY_APPARENT_IPSILATERAL_INTERNAL
public static final EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast N3C_METASTASIS_IN_IPSILATERAL_SUPRACLAVICULAR_LYMPH_NODES
public static EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast[] values()
for (EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast c : EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast.values()) System.out.println(c);
public static EnumCM_ClinicalRegionalLymphNodeAssessmentforBreast 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 java.lang.String getValue()