Enum Class AddressType

java.lang.Object
java.lang.Enum<AddressType>
com.aspose.barcode.complexbarcode.AddressType
All Implemented Interfaces:
Serializable, Comparable<AddressType>, Constable

public enum AddressType extends Enum<AddressType>

Address type

  • Enum Constant Details

    • UNDETERMINED

      public static final AddressType UNDETERMINED

      Undetermined

    • STRUCTURED

      public static final AddressType STRUCTURED

      Structured address

    • COMBINED_ELEMENTS

      public static final AddressType COMBINED_ELEMENTS

      Combined address elements

    • CONFLICTING

      public static final AddressType CONFLICTING

      Conflicting

  • Method Details

    • values

      public static AddressType[] 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 AddressType 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
    • getValue

      public int getValue()