public static enum DCSSDKDefs.DCSSDK_IMAGE_TYPE extends java.lang.Enum<DCSSDKDefs.DCSSDK_IMAGE_TYPE>
| Enum Constant and Description |
|---|
BMP_IMAGE
Image type : BMP
|
INVALID_IMAGE
Invalid Image type
|
JPEG_IMAGE
Image type : JPEG
|
TIFF_IMAGE
Image type : TIFF
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static DCSSDKDefs.DCSSDK_IMAGE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCSSDKDefs.DCSSDK_IMAGE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCSSDKDefs.DCSSDK_IMAGE_TYPE INVALID_IMAGE
public static final DCSSDKDefs.DCSSDK_IMAGE_TYPE JPEG_IMAGE
public static final DCSSDKDefs.DCSSDK_IMAGE_TYPE BMP_IMAGE
public static final DCSSDKDefs.DCSSDK_IMAGE_TYPE TIFF_IMAGE
public static DCSSDKDefs.DCSSDK_IMAGE_TYPE[] values()
for (DCSSDKDefs.DCSSDK_IMAGE_TYPE c : DCSSDKDefs.DCSSDK_IMAGE_TYPE.values()) System.out.println(c);
public static DCSSDKDefs.DCSSDK_IMAGE_TYPE 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 null