public enum EnumCV_SpecimenEmbeddingMedia extends java.lang.Enum<EnumCV_SpecimenEmbeddingMedia>
| Enum Constant and Description |
|---|
ACRYLIC_RESIN_C_100EA |
AGAR_C_84085 |
EPOXY_RESIN_C_2A400 |
PARAFFIN_WAX_F_616D8 |
PLASTIC_C_2A000 |
TISSUE_FREEZING_MEDIUM_F_62232 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_SpecimenEmbeddingMedia |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_SpecimenEmbeddingMedia[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_SpecimenEmbeddingMedia PARAFFIN_WAX_F_616D8
public static final EnumCV_SpecimenEmbeddingMedia TISSUE_FREEZING_MEDIUM_F_62232
public static final EnumCV_SpecimenEmbeddingMedia PLASTIC_C_2A000
public static final EnumCV_SpecimenEmbeddingMedia AGAR_C_84085
public static final EnumCV_SpecimenEmbeddingMedia EPOXY_RESIN_C_2A400
public static final EnumCV_SpecimenEmbeddingMedia ACRYLIC_RESIN_C_100EA
public static EnumCV_SpecimenEmbeddingMedia[] values()
for (EnumCV_SpecimenEmbeddingMedia c : EnumCV_SpecimenEmbeddingMedia.values()) System.out.println(c);
public static EnumCV_SpecimenEmbeddingMedia 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()