Uses of Interface
net.esper.type.NumberSetParameter

Packages that use NumberSetParameter
net.esper.type Internal primitive, enum and other type representations 
 

Uses of NumberSetParameter in net.esper.type
 

Classes in net.esper.type that implement NumberSetParameter
 class CronParameter
          Hold parameters for timer:at.
 class FrequencyParameter
          Encapsulates a parameter specifying a frequency, i.e.
 class IntParameter
          Parameter supplying a single int value is a set of numbers.
 class ListParameter
          Represents a list of values in a set of numeric parameters.
 class RangeParameter
          Represents a range of numbers as a parameter.
 class WildcardParameter
          Represents a wildcard as a parameter.
 

Methods in net.esper.type that return types with arguments of type NumberSetParameter
 List<NumberSetParameter> ListParameter.getParameters()
          Returns list of parameters.
 

Methods in net.esper.type with parameters of type NumberSetParameter
 void ListParameter.add(NumberSetParameter numberSetParameter)
          Add to the list a further parameter.