Uses of Interface
org.palo.api.subsets.filter.settings.Parameter

Packages that use Parameter
org.palo.api.subsets.filter.settings   
 

Uses of Parameter in org.palo.api.subsets.filter.settings
 

Classes in org.palo.api.subsets.filter.settings that implement Parameter
 class BooleanParameter
          BooleanParameter An implementation of the Parameter interface for Boolean values.
 class DoubleParameter
          DecimalParameter An implementation of the Parameter interface for Double values.
 class IntegerParameter
          IntegerParameter An implementation of the Parameter interface for Integer values.
 class ObjectParameter
          GeneralParameter An implementation of the Parameter interface to store a general value.
 class StringParameter
          StringParameter An implementation of the Parameter interface for String values.