|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A parameter which may be displayed as a prompt to the user, who might then provide a value for the parameter.
| Field Summary |
| Fields inherited from interface planetj.dataengine.parameter.IParameter |
CONTEXT_SPECIFIC_ID_END, CONTEXT_SPECIFIC_ID_START, DEFAULT_DATA_TYPE, ID_START, PARAMETER_INDEX_PREFIX |
| Method Summary | |
Field |
getDisplayField()
Deprecated. (6/11/2003 7:43:20 AM) This method will not allow setting the Field's default value from a user property. Replaced by getDisplayField(ExecutingContext) |
Field |
getDisplayField(ExecutingContext ec)
Gets the field to use when displaying a prompt to the user. |
FieldDescriptorRow |
getDisplayFieldDescriptor()
Gets the field descriptor to use when prompting the user for the parameter value. |
String |
getOperationString()
Gets a String representing an operation which applies to this parameter. |
boolean |
isDisplay()
Tests if this parameter should be dispalyed. |
void |
setOperationString(String operation)
Sets a String representing an operation which applies to this parameter. |
| Methods inherited from interface planetj.dataengine.parameter.IParameter |
clearValue, clone, cloneParameter, getCodeReplacementString, getContext, getContextIndex, getContextSpecificId, getDataType, getSource, getTargetFieldDescriptor, getToken, getValue, loadValueFromSource, setContext, setDataType, setSource, setToken, setValue |
| Method Detail |
public Field getDisplayField()
throws CMException
CMException
public Field getDisplayField(ExecutingContext ec)
throws CMException
ec - current context in which code is executing.
CMException
public FieldDescriptorRow getDisplayFieldDescriptor()
throws CMException
CMExceptionpublic String getOperationString()
public boolean isDisplay()
public void setOperationString(String operation)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||