|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.ExportMode
public static final class ICharacterSeparatedValuesExportFormatOptions.ExportMode
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:
ExportSectionsOption
for details)true
Legacy mode has the following features:
true
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 |
---|
public static final int _legacyMode
Mode as legacy.
public static final int _standardMode
Mode as standard.
public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode legacyMode
An ExportMode
object that specifies to export in legacy mode.
public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode standardMode
An ExportMode
object that specifies to export in standard mode.
Constructor Detail |
---|
public ICharacterSeparatedValuesExportFormatOptions.ExportMode(int _value)
Method Detail |
---|
public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode from_int(int i)
Returns a ExportMode
object corresponding to the specified int
.
i
- The int
value of the ExportMode
object to be returned.
ExportMode
object corresponding to the specified int
.public static final ICharacterSeparatedValuesExportFormatOptions.ExportMode from_string(java.lang.String sVal)
Returns a ExportMode
object corresponding to the specified String
.
sVal
- The value of the ExportMode
object to be returned.
ExportMode
object corresponding to the specified String
.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.
toString
in class java.lang.Object
String
that specifies the export mode that is used when this document is exported.public int value()
Returns the value of this ExportMode
object.
This value specifies the export mode that is used when this document is exported.
int
that specifies the value of this ExportMode
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |