Enum Gs1DataBarType

java.lang.Object
java.lang.Enum<Gs1DataBarType>
com.dynamicpdf.api.elements.Gs1DataBarType
All Implemented Interfaces:
Serializable, Comparable<Gs1DataBarType>, java.lang.constant.Constable

public enum Gs1DataBarType extends Enum<Gs1DataBarType>
Represents GS1 DataBar types.
  • Enum Constant Details

    • OMNIDIRECTIONAL

      public static final Gs1DataBarType OMNIDIRECTIONAL
      Omnidirectional GS1 DataBar type.
    • LIMITED

      public static final Gs1DataBarType LIMITED
      Limited GS1 DataBar type.
    • EXPANDED

      public static final Gs1DataBarType EXPANDED
      Expanded GS1 DataBar type.
  • Method Details

    • values

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

      public static Gs1DataBarType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null