public interface MutableMetricFunctionDescriptor extends MutableFunctionDescriptor, MetricFunctionDescriptor
MutableFunctionDescriptor.MutableFunctionParam
FunctionDescriptor.FunctionParam, FunctionDescriptor.FunctionParamValue
Modifier and Type | Method and Description |
---|---|
void |
setMetricDataType(DataType dataType)
Set the data type of the metric computation.
|
void |
setMultiValued(boolean multiValued)
Set to true if this is a multivalued computation.
|
addFunctionContext, addFunctionParam, setCategory, setDescription, setImplClass, setName
getMetricDataType, isMultiValued
getCategory, getDescription, getFunctionContext, getFunctionContext, getFunctionContexts, getFunctionParam, getFunctionParam, getFunctionParams, getImplClass, getName
void setMultiValued(boolean multiValued)
multiValued
- void setMetricDataType(DataType dataType)
dataType
- Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.