com.adobe.livecycle.barcodedforms
Class CharSet

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.barcodedforms.CharSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CharSet
extends java.lang.Enum

Represents character encoding enumeration values used by the Barcoded Forms service when it decodes data. You must specify the encoding value that corresponds to the barcode from which to decode data.

See Also:
Serialized Form

Field Summary
static CharSet Big_Five
          Represents Big-Five encoding.
static CharSet GB_2312
          Represents GB-2312 encoding.
static CharSet Hex
          Represents raw barcode data that is hex encoded.
static CharSet ISO_8859_1
          Represents ISO-8859-1 encoding.
static CharSet ISO_8859_2
          Represents ISO-8859-2 encoding.
static CharSet ISO_8859_7
          Represents ISO-8859-7 encoding.
static CharSet KSC_5601
          Represents KSC-5601 encoding.
static CharSet Shift_JIS
          Represents Shift-JIS encoding.
static CharSet UTF_16
          Represents UTF-16 encoding.
static CharSet UTF_8
          Represents UTF-8 encoding.
 
Method Summary
 java.lang.String getCharSet()
          Returns a string value that specifies the character encoding enumeration value.
static CharSet valueOf(java.lang.String name)
           
static CharSet[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UTF_8

public static final CharSet UTF_8
Represents UTF-8 encoding.


UTF_16

public static final CharSet UTF_16
Represents UTF-16 encoding.


ISO_8859_1

public static final CharSet ISO_8859_1
Represents ISO-8859-1 encoding.


ISO_8859_2

public static final CharSet ISO_8859_2
Represents ISO-8859-2 encoding.


ISO_8859_7

public static final CharSet ISO_8859_7
Represents ISO-8859-7 encoding.


Shift_JIS

public static final CharSet Shift_JIS
Represents Shift-JIS encoding.


KSC_5601

public static final CharSet KSC_5601
Represents KSC-5601 encoding.


Big_Five

public static final CharSet Big_Five
Represents Big-Five encoding.


GB_2312

public static final CharSet GB_2312
Represents GB-2312 encoding.


Hex

public static final CharSet Hex
Represents raw barcode data that is hex encoded.

Method Detail

values

public static CharSet[] values()

valueOf

public static CharSet valueOf(java.lang.String name)

getCharSet

public java.lang.String getCharSet()
Returns a string value that specifies the character encoding enumeration value.

Returns:
A string value that specifies the character encoding enumeration value.


[an error occurred while processing this directive] [an error occurred while processing this directive]