protected static enum Barcode.PropertyKeys extends Enum<Barcode.PropertyKeys>
Enum Constant and Description |
---|
cache |
format |
orientation |
type |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Barcode.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Barcode.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Barcode.PropertyKeys type
public static final Barcode.PropertyKeys cache
public static final Barcode.PropertyKeys format
public static final Barcode.PropertyKeys orientation
public static Barcode.PropertyKeys[] values()
for (Barcode.PropertyKeys c : Barcode.PropertyKeys.values()) System.out.println(c);
public static Barcode.PropertyKeys 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 String toString()
toString
in class Enum<Barcode.PropertyKeys>
Copyright © 2014. All rights reserved.