public enum KOptimizationType extends Enum<KOptimizationType>
| Enum Constant and Description |
|---|
Barcode
Optimize for barcode.
|
Mixed
Optimize for photographs and text.
|
Photo
Optimize for photographs.
|
Text
Optimize for text.
|
| Modifier and Type | Method and Description |
|---|---|
static KOptimizationType |
fromString(String text)
Returns the KOptimizationType enumeration for the specified text or null if no enumeration matches the specified text.
|
static KOptimizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KOptimizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KOptimizationType Text
public static final KOptimizationType Barcode
public static final KOptimizationType Mixed
public static final KOptimizationType Photo
public static KOptimizationType[] values()
for (KOptimizationType c : KOptimizationType.values()) System.out.println(c);
public static KOptimizationType 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 nullpublic static KOptimizationType fromString(String text)
text - text representation of the specified enumeration member.
© 2016 ZIH Corp. All Rights Reserved.