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