|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterDefn
Method Summary | |
---|---|
java.lang.String |
getDescription()
get the description of this parameter. |
java.lang.String |
getDisplayName()
get the display name of this parameter. |
java.lang.String |
getName()
get the native name of this parameter. |
boolean |
isDataField()
to indicate whether this parameter reference to a column or binding of BIRT. |
boolean |
isOptional()
to indicate whether this parameter is optional. |
boolean |
supportDataType(int dataType)
check whether this parameter support specified data type. |
Method Detail |
---|
java.lang.String getName()
boolean isOptional()
boolean isDataField()
java.lang.String getDisplayName()
java.lang.String getDescription()
boolean supportDataType(int dataType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |