com.adobe.livecycle.docconverter.client
Class PDFAConversionOptionSpec.ResultLevel

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.docconverter.client.PDFAConversionOptionSpec.ResultLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
PDFAConversionOptionSpec

public static final class PDFAConversionOptionSpec.ResultLevel
extends java.lang.Enum

Supported result levels.

See Also:
Serialized Form

Field Summary
static PDFAConversionOptionSpec.ResultLevel DETAILED
          List all available info.
static PDFAConversionOptionSpec.ResultLevel PASS_FAIL
          Pass/Fail - least verbose.
static PDFAConversionOptionSpec.ResultLevel SUMMARY
          List the errors that occurred, but not their instances.
 
Method Summary
static PDFAConversionOptionSpec.ResultLevel valueOf(java.lang.String name)
           
static PDFAConversionOptionSpec.ResultLevel[] 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

PASS_FAIL

public static final PDFAConversionOptionSpec.ResultLevel PASS_FAIL
Pass/Fail - least verbose.


SUMMARY

public static final PDFAConversionOptionSpec.ResultLevel SUMMARY
List the errors that occurred, but not their instances.


DETAILED

public static final PDFAConversionOptionSpec.ResultLevel DETAILED
List all available info.

Method Detail

values

public static PDFAConversionOptionSpec.ResultLevel[] values()

valueOf

public static PDFAConversionOptionSpec.ResultLevel valueOf(java.lang.String name)


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