public enum EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast extends java.lang.Enum<EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast NX_REGIONAL_LYMPH_NODES_CANNOT_BE_ASSESSED_R_003CA
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N0_NO_REGIONAL_LYMPH_NODE_METASTASIS_HISTOLOGICALLY_R_003CB
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N1_METASTASIS_IN_1_TO_3_AXILLARY_LYMPH_NODES_R_003D0
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N2_METASTASIS_IN_4_TO_9_AXILLARY_LYMPH_NODES_R_003D6
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N2A_METASTASIS_IN_4_TO_9_AXILLARY_LYMPH_NODES_2_0_MM_R_003D7
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N2B_METASTASIS_IN_CLINICALLY_APPARENT_INTERNAL_NODES_R_003D8
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N3_METASTASIS_TO_IPSILATERAL_INTERNAL_MAMMARY_LYMPH_NODE_S_G_F749
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N3A_METASTASIS_IN_10_OR_MORE_AXILLARY_LYMPH_NODES_R_003D9
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N3B_METASTASIS_IN_CLINICALLY_APPARENT_IPSILATERAL_INTERNAL_R_003DA
public static final EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast N3C_METASTASIS_IN_IPSILATERAL_SUPRACLAVICULAR_LYMPH_NODES_R_003DB
public static EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast[] values()
for (EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast c : EnumCV_ClinicalRegionalLymphNodeAssessmentforBreast.values()) System.out.println(c);
public static EnumCV_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()