protected static enum AbstractRekognitionExtractor.JSON extends java.lang.Enum<AbstractRekognitionExtractor.JSON>
Modifier and Type | Method and Description |
---|---|
static AbstractRekognitionExtractor.JSON |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractRekognitionExtractor.JSON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractRekognitionExtractor.JSON KEY
public static final AbstractRekognitionExtractor.JSON NAME
public static final AbstractRekognitionExtractor.JSON VALUE
public static final AbstractRekognitionExtractor.JSON ERROR
public static AbstractRekognitionExtractor.JSON[] values()
for (AbstractRekognitionExtractor.JSON c : AbstractRekognitionExtractor.JSON.values()) System.out.println(c);
public static AbstractRekognitionExtractor.JSON 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 nullCopyright 2004-2015 Wandora Team