com.tibco.rta.model
Interface FunctionDescriptor.FunctionParamValue

All Superinterfaces:
FunctionDescriptor.FunctionParam, java.io.Serializable
Enclosing interface:
FunctionDescriptor

public static interface FunctionDescriptor.FunctionParamValue
extends FunctionDescriptor.FunctionParam

Represents a function parameter with a corresponding value.


Method Summary
 java.lang.Object getValue()
          Gets the value associated with a parameter.
 void setValue(java.lang.Object value)
          Sets a value to a function parameter.
 
Methods inherited from interface com.tibco.rta.model.FunctionDescriptor.FunctionParam
getDataType, getDescription, getIndex, getName
 

Method Detail

getValue

java.lang.Object getValue()
Gets the value associated with a parameter.

Returns:
the parameter value.

setValue

void setValue(java.lang.Object value)
              throws DataTypeMismatchException
Sets a value to a function parameter.

Parameters:
value -
Throws:
DataTypeMismatchException


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.