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