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

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

public final class PDFSignatureType
extends java.lang.Enum

Represents the type of signature field. A signature field can be an author signature field, another type of signature field, or an XML signature field. Most types of signature fields are author signature fields. For information about these types of signature fields, see the PDF Reference.

See Also:
Serialized Form

Field Summary
static PDFSignatureType AUTHORSIG
          The signature field is an author signature field.
static PDFSignatureType NOSIG
          This is not a signature field.
static PDFSignatureType RECIPIENTSIG
          The signature field is another type of signature field.
static PDFSignatureType XMLSIG
          The signature field is an XML signature field
 
Method Summary
static PDFSignatureType getValueFromString(java.lang.String id)
          For internal use only.
 java.lang.String toString()
          Returns this type as a string.
static PDFSignatureType valueOf(java.lang.String name)
           
static PDFSignatureType[] 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

AUTHORSIG

public static final PDFSignatureType AUTHORSIG
The signature field is an author signature field.


RECIPIENTSIG

public static final PDFSignatureType RECIPIENTSIG
The signature field is another type of signature field.


XMLSIG

public static final PDFSignatureType XMLSIG
The signature field is an XML signature field


NOSIG

public static final PDFSignatureType NOSIG
This is not a signature field.

Method Detail

values

public static PDFSignatureType[] values()

valueOf

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

toString

public java.lang.String toString()
Returns this type as a string.

Overrides:
toString in class java.lang.Enum
Returns:
A string value that represents this object.
See Also:
Object.toString()

getValueFromString

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



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