com.adobe.livecycle.signatures.client.types
Class FieldMDPAction

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.signatures.client.types.FieldMDPAction
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class FieldMDPAction
extends java.lang.Enum

An enumeration specifying the type of FieldMDP action associated with the FieldMDP dictionary of a given signature field. This action is specified when creating a FieldMDPOptionSpec object. This action which, in conjunction with fields specified in FieldMDPOptionSpec, controls the set of fields that are locked. For information about locking fields, see the Modifying Signature Fields section in Programming with LiveCycle ES4.

See Also:
FieldMDPOptionSpec, Serialized Form

Field Summary
static FieldMDPAction ALL
          All fields in the PDF document are locked.
static FieldMDPAction EXCLUDE
          All fields except those specified in FieldMDPOptionSpec.FieldMDPOptionSpec(FieldMDPAction, String[]) are locked.
static FieldMDPAction INCLUDE
          Only the fields specified in FieldMDPOptionSpec.FieldMDPOptionSpec(FieldMDPAction, String[]) are locked.
 
Method Summary
static FieldMDPAction getValueFromString(java.lang.String id)
          For internal use only.
 java.lang.String toString()
           
static FieldMDPAction valueOf(java.lang.String name)
           
static FieldMDPAction[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final FieldMDPAction ALL
All fields in the PDF document are locked.


INCLUDE

public static final FieldMDPAction INCLUDE
Only the fields specified in FieldMDPOptionSpec.FieldMDPOptionSpec(FieldMDPAction, String[]) are locked.


EXCLUDE

public static final FieldMDPAction EXCLUDE
All fields except those specified in FieldMDPOptionSpec.FieldMDPOptionSpec(FieldMDPAction, String[]) are locked.

Method Detail

values

public static FieldMDPAction[] values()

valueOf

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

toString

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

getValueFromString

public static FieldMDPAction getValueFromString(java.lang.String id)
For internal use only.



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