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

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

public final class RGBPolicy
extends java.lang.Enum

Represents RGB policy settings.

See Also:
Serialized Form

Field Summary
static RGBPolicy EmbedProfile
          Embed profile.
static RGBPolicy Off
          RGB policy is off.
 
Method Summary
 java.lang.String getValue()
          Retrieves the RGB policy.
static RGBPolicy valueOf(java.lang.String name)
           
static RGBPolicy[] 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

EmbedProfile

public static final RGBPolicy EmbedProfile
Embed profile.


Off

public static final RGBPolicy Off
RGB policy is off.

Method Detail

values

public static RGBPolicy[] values()

valueOf

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

getValue

public java.lang.String getValue()
Retrieves the RGB policy.

Returns:
The RGB policy.