com.adobe.livecycle.barcodedforms
Class Delimiter

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

public final class Delimiter
extends java.lang.Enum

Represents data delimiter enumeration values used by the Barcoded Forms service when it converts delimited data to XML (XDP or XFDF) data. The default enumeration value is Tab.

See Also:
Serialized Form

Field Summary
static Delimiter Carriage_Return
          Represents a carriage return delimiter.
static Delimiter Colon
          Represents a colon delimiter.
static Delimiter Comma
          Represents a comma delimiter.
static Delimiter Line_Feed
          Represents a line feed delimiter.
static Delimiter Pipe
          Represents a pipe delimiter.
static Delimiter Semi_Colon
          Represents a semi-colon delimiter.
static Delimiter Space
          Represents a space delimiter.
static Delimiter Tab
          Represents a tab delimiter.
 
Method Summary
 java.lang.String getValue()
          Returns a string value that specifies the delimiter enumeration value.
static Delimiter valueOf(java.lang.String name)
           
static Delimiter[] 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

Comma

public static final Delimiter Comma
Represents a comma delimiter.


Carriage_Return

public static final Delimiter Carriage_Return
Represents a carriage return delimiter.


Line_Feed

public static final Delimiter Line_Feed
Represents a line feed delimiter.


Tab

public static final Delimiter Tab
Represents a tab delimiter.


Pipe

public static final Delimiter Pipe
Represents a pipe delimiter.


Space

public static final Delimiter Space
Represents a space delimiter.


Semi_Colon

public static final Delimiter Semi_Colon
Represents a semi-colon delimiter.


Colon

public static final Delimiter Colon
Represents a colon delimiter.

Method Detail

values

public static Delimiter[] values()

valueOf

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

getValue

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

Returns:
A string value that specifies the delimiter enumeration value.


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