com.adobe.livecycle.convertpdfservice.client.enumeration
Class PSLevel

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.PSLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PSLevel
extends java.lang.Enum
implements java.io.Serializable

Represents PostScript levels.

See Also:
Serialized Form

Field Summary
static PSLevel LEVEL_2
          PostScript level 2.
static PSLevel LEVEL_3
          PostScript level 3.
 
Method Summary
 java.lang.String getDesc()
          Retrieves the description of the PostScript level.
 int getPsLevel()
          Retrieves the PostScript level.
static PSLevel valueOf(java.lang.String name)
           
static PSLevel[] 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

LEVEL_2

public static final PSLevel LEVEL_2
PostScript level 2.


LEVEL_3

public static final PSLevel LEVEL_3
PostScript level 3.

Method Detail

values

public static PSLevel[] values()

valueOf

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

getPsLevel

public int getPsLevel()
Retrieves the PostScript level.

Returns:
The PostScript level.

getDesc

public java.lang.String getDesc()
Retrieves the description of the PostScript level.

Returns:
The description of the PostScript level.


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