public final class EncodingMode
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static EncodingMode |
AUTO
Automatic selection of encoding mode.
|
static EncodingMode |
CID
CID encoding
|
static EncodingMode |
SINGLE_BYTE
Single-byte encoding
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the encoding mode name.
|
java.lang.String |
toString() |
static EncodingMode |
valueOf(java.lang.String name)
Returns the
EncodingMode by name. |
public static final EncodingMode AUTO
public static final EncodingMode SINGLE_BYTE
public static final EncodingMode CID
public java.lang.String getName()
public static EncodingMode valueOf(java.lang.String name)
EncodingMode
by name.name
- the name of the encoding mode to look uppublic java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.