com.adobe.livecycle.formdataintegration.client
Class DataFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.formdataintegration.client.DataFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class DataFormat
extends java.lang.Enum

Represents data format types exported by the exportData2 method.

See Also:
Serialized Form

Field Summary
static DataFormat Auto
          Represents an Auto format.
static DataFormat XDP
          Represents the XDP format.
static DataFormat XmlData
          Represents the XML data format.
 
Method Summary
static DataFormat valueOf(java.lang.String name)
           
static DataFormat[] 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

Auto

public static final DataFormat Auto
Represents an Auto format.


XDP

public static final DataFormat XDP
Represents the XDP format.


XmlData

public static final DataFormat XmlData
Represents the XML data format.

Method Detail

values

public static DataFormat[] values()

valueOf

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


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