Uses of Interface
com.streambase.sb.operator.Parameterizable
-
Packages that use Parameterizable Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications.com.streambase.sb.operator.parameter Provides classes and interfaces to specify parameters for custom operators. -
-
Uses of Parameterizable in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return Parameterizable Modifier and Type Method Description Parameterizable
Operator. getParameters()
Returns the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator.Methods in com.streambase.sb.operator with parameters of type Parameterizable Modifier and Type Method Description void
Operator. setParameters(Parameterizable params)
Sets the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator. -
Uses of Parameterizable in com.streambase.sb.operator.parameter
Methods in com.streambase.sb.operator.parameter with parameters of type Parameterizable Modifier and Type Method Description String
SBPropertyDescriptor.Setter. getValue(SBPropertyDescriptor pd, Parameterizable bean)
Get valueString[]
SBPropertyDescriptor.Setter. getValues(SBPropertyDescriptor pd, Parameterizable bean)
Get array value
-