org.pentaho.reporting.libraries.fonts.encoding
Class EncodingErrorType

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.encoding.EncodingErrorType

public class EncodingErrorType
extends java.lang.Object

Creation-Date: 20.04.2006, 16:44:13

Author:
Thomas Morgner

Field Summary
static EncodingErrorType FAIL
           
static EncodingErrorType IGNORE
           
static EncodingErrorType REPLACE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IGNORE

public static final EncodingErrorType IGNORE

FAIL

public static final EncodingErrorType FAIL

REPLACE

public static final EncodingErrorType REPLACE
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object