public static enum EnumConstants.BarcodePrintPlace extends java.lang.Enum<EnumConstants.BarcodePrintPlace>
Modifier and Type | Method and Description |
---|---|
static EnumConstants.BarcodePrintPlace |
getBarcodePrintPlace(java.lang.String value) |
java.lang.String |
getValue() |
static EnumConstants.BarcodePrintPlace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumConstants.BarcodePrintPlace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumConstants.BarcodePrintPlace CENTER
public static final EnumConstants.BarcodePrintPlace RIGHT
public static final EnumConstants.BarcodePrintPlace LEFT
public static EnumConstants.BarcodePrintPlace[] values()
for (EnumConstants.BarcodePrintPlace c : EnumConstants.BarcodePrintPlace.values()) System.out.println(c);
public static EnumConstants.BarcodePrintPlace 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 nullpublic static EnumConstants.BarcodePrintPlace getBarcodePrintPlace(java.lang.String value)
public java.lang.String getValue()