com.adobe.edc.common.utils
Class EventExportFileFormat

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.edc.common.utils.EventExportFileFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class EventExportFileFormat
extends java.lang.Enum

Represents a file output format that is created when exporting files. The format of the file is either a comma-separated values (CSV) file that is compatible with Microsoft Excel or an XML file. This enumeration value is used when you invoke the EventManager object's exportEvents method.

See Also:
exportEvents, Serialized Form

Field Summary
static EventExportFileFormat CSV
          Represents a CVS file.
static EventExportFileFormat XML
          Represents an XML file.
 
Method Summary
static EventExportFileFormat valueOf(java.lang.String name)
           
static EventExportFileFormat[] 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

CSV

public static final EventExportFileFormat CSV
Represents a CVS file.


XML

public static final EventExportFileFormat XML
Represents an XML file.

Method Detail

values

public static EventExportFileFormat[] values()

valueOf

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


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