|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterFieldValue
This interface enables you to get and set a parameter's description.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a description of the parameter's value. |
void |
setDescription(java.lang.String description)
Sets a description of the parameter's value. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IValue |
---|
computeText, displayText |
Method Detail |
---|
java.lang.String getDescription()
Returns a description of the parameter's value.
String
.void setDescription(java.lang.String description)
Sets a description of the parameter's value.
description
- A description of the parameter's value
as a String
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |