com.adobe.livecycle.barcodedforms
Class XMLFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.barcodedforms.XMLFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class XMLFormat
extends java.lang.Enum

Represents an XML format enumeration value used by the Barcoded Forms service when it converts delimited data to XML (XDP or XFDF) data. You specify XDP to convert delimited data to XDP data. Likewise, you specify XFDF to convert delimited data to XFDF data.

See Also:
Serialized Form

Field Summary
static XMLFormat XDP
          Represents the XDP XML format.
static XMLFormat XFDF
          Represents the XFDF XML format.
 
Method Summary
 java.lang.String getValue()
          Returns a string value that specifies the XML format enumeration value.
static XMLFormat valueOf(java.lang.String name)
           
static XMLFormat[] 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

XDP

public static final XMLFormat XDP
Represents the XDP XML format.


XFDF

public static final XMLFormat XFDF
Represents the XFDF XML format.

Method Detail

values

public static XMLFormat[] values()

valueOf

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

getValue

public java.lang.String getValue()
Returns a string value that specifies the XML format enumeration value.

Returns:
A string value that specifies the XML format enumeration value.


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