|
|||||||||
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 | |
---|---|
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. |
void |
setHeadingText(java.lang.String headingText)
Sets the text used as a heading when the field is added to the report. |
void |
setTableAlias(java.lang.String tableAlias)
Sets the alias that is used to identify the table. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IField |
---|
getDescription, getDisplayName, getFormulaForm, getIsRecurring, getKind, getLength, getLongName, getName, getShortName, getType, 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 IField
String
.java.lang.String getTableAlias()
Returns the alias that is used to identify the table.
String
.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 IField
headingText
- 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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |