Enum QrCodeFnc1

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

public enum QrCodeFnc1 extends Enum<QrCodeFnc1>
The type of FNC1 mode to use.
  • Enum Constant Details

    • NONE

      public static final QrCodeFnc1 NONE
      FNC1 None.
    • GS1

      public static final QrCodeFnc1 GS1
      FNC1 Gs1.
    • INDUSTRY

      public static final QrCodeFnc1 INDUSTRY
      FNC1 Industry.
  • Method Details

    • values

      public static QrCodeFnc1[] 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 QrCodeFnc1 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