com.crystaldecisions.sdk.occa.report.exportoptions
Class ICharacterSeparatedValuesExportFormatOptions.ExportMode

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.ExportMode
Enclosing interface:
ICharacterSeparatedValuesExportFormatOptions

public static final class ICharacterSeparatedValuesExportFormatOptions.ExportMode
extends java.lang.Object

This class is used to specify the export mode of a report. The export mode can be either standardMode or legacyMode.

NOTE: It is recommended that you use the default standardMode, which provides enhanced capabilities, as legacyMode will be deprecated in a future release.


Standard mode has the following features:

Legacy mode has the following features:


Field Summary
static int _legacyMode
           Mode as legacy.
static int _standardMode
           Mode as standard.
static ICharacterSeparatedValuesExportFormatOptions.ExportMode legacyMode
           An ExportMode object that specifies to export in legacy mode.
static ICharacterSeparatedValuesExportFormatOptions.ExportMode standardMode
           An ExportMode object that specifies to export in standard mode.
 
Constructor Summary
ICharacterSeparatedValuesExportFormatOptions.ExportMode(int _value)
           
 
Method Summary
static ICharacterSeparatedValuesExportFormatOptions.ExportMode from_int(int i)
           Returns a ExportMode object corresponding to the specified int.
static ICharacterSeparatedValuesExportFormatOptions.ExportMode from_string(java.lang.String sVal)
           Returns a ExportMode object corresponding to the specified String.
 java.lang.String toString()
           Returns the String value of this ExportMode object.
 int value()
           Returns the value of this ExportMode object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_legacyMode

public static final int _legacyMode

Mode as legacy.

See Also:
Constant Field Values

_standardMode

public static final int _standardMode

Mode as standard.

See Also:
Constant Field Values

legacyMode

public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode legacyMode

An ExportMode object that specifies to export in legacy mode.


standardMode

public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode standardMode

An ExportMode object that specifies to export in standard mode.

Constructor Detail

ICharacterSeparatedValuesExportFormatOptions.ExportMode

public ICharacterSeparatedValuesExportFormatOptions.ExportMode(int _value)
Method Detail

from_int

public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode from_int(int i)

Returns a ExportMode object corresponding to the specified int.

Parameters:
i - The int value of the ExportMode object to be returned.
Returns:
A ExportMode object corresponding to the specified int.

from_string

public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode from_string(java.lang.String sVal)

Returns a ExportMode object corresponding to the specified String.

Parameters:
sVal - The value of the ExportMode object to be returned.
Returns:
A ExportMode object corresponding to the specified String.

toString

public java.lang.String toString()

Returns the String value of this ExportMode object. This String specifies the export mode that is used when this document is exported.

Overrides:
toString in class java.lang.Object
Returns:
A String that specifies the export mode that is used when this document is exported.

value

public int value()

Returns the value of this ExportMode object. This value specifies the export mode that is used when this document is exported.

Returns:
An int that specifies the value of this ExportMode object.