Enum Class Barcode.BARCODE_ALIGN

java.lang.Object
java.lang.Enum<Barcode.BARCODE_ALIGN>
org.openwms.common.transport.barcode.Barcode.BARCODE_ALIGN
All Implemented Interfaces:
Serializable, Comparable<Barcode.BARCODE_ALIGN>, Constable
Enclosing class:
Barcode

public static enum Barcode.BARCODE_ALIGN extends Enum<Barcode.BARCODE_ALIGN>
A BARCODE_ALIGN defines whether the Barcode is applied LEFT or RIGHT. Only be used when padding is activated.
Author:
Heiko Scherrer
  • Enum Constant Details

  • Constructor Details

    • BARCODE_ALIGN

      private BARCODE_ALIGN()
  • Method Details

    • values

      public static Barcode.BARCODE_ALIGN[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Barcode.BARCODE_ALIGN valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null