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

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

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

This class is used to specify the export sections options of a report.

NOTE:


Field Summary
static int _doNotExport
           Option as do not export the specified sections of the report.
static int _export
           Option as export the specified sections of the report.
static int _exportIsolated
           Option as export isolated.
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption doNotExport
           An ExportSectionsOption object that specifies not to export the specified sections of the report.
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption export
           An ExportSectionsOption object that specifies to export the specified sections of the report.
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption exportIsolated
           An ExportSectionsOption object that specifies to export isolated.
 
Constructor Summary
ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption(int _value)
           
 
Method Summary
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption from_int(int i)
           Returns a ExportSectionsOption object corresponding to the specified int.
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption from_string(java.lang.String sVal)
           Returns a ExportSectionsOption object corresponding to the specified String.
 java.lang.String toString()
           Returns the String value of this ExportSectionsOption object.
 int value()
           Returns the value of this ExportSectionsOption object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_export

public static final int _export

Option as export the specified sections of the report.

See Also:
Constant Field Values

_exportIsolated

public static final int _exportIsolated

Option as export isolated.

See Also:
Constant Field Values

_doNotExport

public static final int _doNotExport

Option as do not export the specified sections of the report.

See Also:
Constant Field Values

export

public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption export

An ExportSectionsOption object that specifies to export the specified sections of the report.


exportIsolated

public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption exportIsolated

An ExportSectionsOption object that specifies to export isolated.


doNotExport

public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption doNotExport

An ExportSectionsOption object that specifies not to export the specified sections of the report.

Constructor Detail

ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption

public ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption(int _value)
Method Detail

from_int

public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption from_int(int i)

Returns a ExportSectionsOption object corresponding to the specified int.

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

from_string

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

Returns a ExportSectionsOption object corresponding to the specified String.

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

toString

public java.lang.String toString()

Returns the String value of this ExportSectionsOption object. This String specifies which export sections option is used when this document is exported.

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

value

public int value()

Returns the value of this ExportSectionsOption object. This value specifies which export sections option is used when this document is exported.

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