|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDBField
This interface represents a database field.
| Method Summary | |
|---|---|
SummaryMetadata |
getDefaultSummaryMetadata()
For internal use only |
java.lang.String |
getHeadingText()
Returns the text used as a heading when the field is added to the report. |
java.lang.String |
getTableAlias()
Returns the alias that is used to identify the table. |
java.lang.String |
getUniqueID()
For internal use only |
boolean |
isServerAggregatable()
For internal use only |
void |
setHeadingText(java.lang.String headingText)
Sets the text used as a heading when the field is added to the report. |
void |
setServerAggregatable(boolean serverAggregatable)
For internal use only |
void |
setTableAlias(java.lang.String tableAlias)
Sets the alias that is used to identify the table. |
void |
setUniqueID(java.lang.String uniqueID)
For internal use only Sets the Unique ID of database field which is used to identify the field across different PVL. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField |
|---|
getDescription, getDisplayName, getFormulaForm, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, getValueTypeForFormatOption, setDescription, setLength, setName, setType |
| Method Detail |
|---|
java.lang.String getHeadingText()
Returns the text used as a heading when the field is added to the report. The heading text is the text that is used to identify the content of the field.
getHeadingText in interface IFieldString.java.lang.String getTableAlias()
Returns the alias that is used to identify the table.
String.java.lang.String getUniqueID()
boolean isServerAggregatable()
void setHeadingText(java.lang.String headingText)
Sets the text used as a heading when the field is added to the report. The heading text is the text that is used to identify the content of the field.
setHeadingText in interface IFieldheadingText - The heading text as a String.void setTableAlias(java.lang.String tableAlias)
Sets the alias that is used to identify the table.
tableAlias - The table alias as a String.void setUniqueID(java.lang.String uniqueID)
Sets the Unique ID of database field which is used to identify the field across different PVL.
uniqueID - Unique ID of fieldvoid setServerAggregatable(boolean serverAggregatable)
SummaryMetadata getDefaultSummaryMetadata()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||