DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.barcoding
Enum AustraliaPostEncodingType

java.lang.Object
  extended by java.lang.Enum<AustraliaPostEncodingType>
      extended by com.cete.dynamicpdf.pageelements.barcoding.AustraliaPostEncodingType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AustraliaPostEncodingType>

public enum AustraliaPostEncodingType
extends java.lang.Enum<AustraliaPostEncodingType>

Specifies the encoding table to be used to encode the Customer data.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Enum Constant Summary
C
          C encoding table.
CUSTOM
          Custom encoding, customer data will be in bar states format (0, 1, 2 and 3 representing the bar states).
N
          N encoding table.
 
Method Summary
static AustraliaPostEncodingType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AustraliaPostEncodingType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

N

public static final AustraliaPostEncodingType N
N encoding table.


C

public static final AustraliaPostEncodingType C
C encoding table.


CUSTOM

public static final AustraliaPostEncodingType CUSTOM
Custom encoding, customer data will be in bar states format (0, 1, 2 and 3 representing the bar states).

Method Detail

values

public static final AustraliaPostEncodingType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(AustraliaPostEncodingType c : AustraliaPostEncodingType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static AustraliaPostEncodingType valueOf(java.lang.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.)

Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software