public static enum FaceImageInfo.ImageDataType extends Enum<FaceImageInfo.ImageDataType>
Enum Constant and Description |
---|
TYPE_JPEG |
TYPE_JPEG2000 |
Modifier and Type | Method and Description |
---|---|
static FaceImageInfo.ImageDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceImageInfo.ImageDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceImageInfo.ImageDataType TYPE_JPEG
public static final FaceImageInfo.ImageDataType TYPE_JPEG2000
public static FaceImageInfo.ImageDataType[] values()
for (FaceImageInfo.ImageDataType c : FaceImageInfo.ImageDataType.values()) System.out.println(c);
public static FaceImageInfo.ImageDataType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.