com.jniwrapper
Class CharacterEncoding

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.CharacterEncoding

public final class CharacterEncoding
extends EnumItem

Enumeration of supported characters encodings.


Field Summary
static CharacterEncoding ANSI
           
static CharacterEncoding Unicode
           
 
Constructor Summary
CharacterEncoding(int id, java.lang.String charsetName)
           
 
Method Summary
 java.lang.String getCharsetName()
          Returns charset name of this encoding.
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANSI

public static final CharacterEncoding ANSI

Unicode

public static final CharacterEncoding Unicode
Constructor Detail

CharacterEncoding

public CharacterEncoding(int id,
                         java.lang.String charsetName)
Method Detail

getCharsetName

public java.lang.String getCharsetName()
Returns charset name of this encoding.

Returns:
charset name