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, getName
java.lang.Object getValue()
void setValue(java.lang.Object value) throws DataTypeMismatchException
value
- DataTypeMismatchException
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.