|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.SummaryMetadataType
public class SummaryMetadataType
This class contains constants that define what summary metadata is available
| Field Summary | |
|---|---|
static int |
_doNotSummarize
Indicates that the data source has metadata and the metadata indicates that the field should not be summarized. |
static int |
_hasSummaryMetadata
Indicates that the data source has metadata and offers a recommended summary operation for the field. |
static int |
_noMetadata
Indicates that the data source does not provide any metadata for the summary. |
static SummaryMetadataType |
DoNotSummarize
A SummaryMetadataType object that indicates there is metadata
and the metadata recommends the fields not be summarized. |
static SummaryMetadataType |
HasSummaryMetadata
A SummaryMetadataType object that indicates there is metadata and the
metadata recommends a specific summary operation. |
static SummaryMetadataType |
NoMetadata
A SummaryMetadataType object that indicates there is no metadata. |
| Method Summary | |
|---|---|
static SummaryMetadataType |
from_int(int i)
Returns the SummaryMetadataType corresponding to the specified value. |
static SummaryMetadataType |
from_string(java.lang.String sVal)
Returns the SummaryMetadataType corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this SummaryMetadataType object. |
int |
value()
Returns the int value of this SummaryMetadataType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _noMetadata
Indicates that the data source does not provide any metadata for the summary.
public static final int _doNotSummarize
Indicates that the data source has metadata and the metadata indicates that the field should not be summarized.
public static final int _hasSummaryMetadata
Indicates that the data source has metadata and offers a recommended summary operation for the field.
public static final SummaryMetadataType NoMetadata
A SummaryMetadataType object that indicates there is no metadata.
public static final SummaryMetadataType DoNotSummarize
A SummaryMetadataType object that indicates there is metadata
and the metadata recommends the fields not be summarized.
public static final SummaryMetadataType HasSummaryMetadata
A SummaryMetadataType object that indicates there is metadata and the
metadata recommends a specific summary operation.
| Method Detail |
|---|
public static final SummaryMetadataType from_int(int i)
Returns the SummaryMetadataType corresponding to the specified value.
i - The int value of the desired SummaryMetadataType object.
SummaryMetadataType corresponding to the specified value.public static final SummaryMetadataType from_string(java.lang.String sVal)
Returns the SummaryMetadataType corresponding to the specified type.
sVal - The String value of the desired SummaryMetadataType object.
SummaryMetadataType corresponding to the specified type.public java.lang.String toString()
Returns the String value of this SummaryMetadataType object.
toString in class java.lang.ObjectString containing the value of this SummaryMetadataType object.public int value()
Returns the int value of this SummaryMetadataType object.
int that specifies the value of this SummaryMetadataType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||