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

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

public final class ImageConvertFormat
extends java.lang.Enum

Represents an image conversion format, which specifies are images are converted.

See Also:
Serialized Form

Field Summary
static ImageConvertFormat JPEG
          Represents a JPEG image format.
static ImageConvertFormat JPEG2K
          Represents a JPEG2000 image format.
static ImageConvertFormat PNG
          Represents a PNG image format.
static ImageConvertFormat TIFF
          Represents a TIFF image format.
 
Method Summary
 java.lang.String getDescription()
          Retrieves the description of the image conversion format.
 java.lang.String getName()
          Retrieves the value of the image conversion format.
static ImageConvertFormat valueOf(java.lang.String name)
           
static ImageConvertFormat[] 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

JPEG

public static final ImageConvertFormat JPEG
Represents a JPEG image format.


JPEG2K

public static final ImageConvertFormat JPEG2K
Represents a JPEG2000 image format.


PNG

public static final ImageConvertFormat PNG
Represents a PNG image format.


TIFF

public static final ImageConvertFormat TIFF
Represents a TIFF image format.

Method Detail

values

public static ImageConvertFormat[] values()

valueOf

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

getDescription

public java.lang.String getDescription()
Retrieves the description of the image conversion format.

Returns:
The description of the image conversion format.

getName

public java.lang.String getName()
Retrieves the value of the image conversion format.

Returns:
The value of the image conversion format.