public static interface FunctionDescriptor.FunctionParamValue extends FunctionDescriptor.FunctionParam
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue()
Gets the value associated with a parameter.
|
void |
setValue(java.lang.Object value)
Sets a value to a function parameter.
|
getDataType, getDescription, getIndex, getNamejava.lang.Object getValue()
void setValue(java.lang.Object value)
throws DataTypeMismatchException
value - DataTypeMismatchExceptionCopyright © 2000-2014 TIBCO Inc. All Rights Reserved.