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