BEA Systems, Inc.

Uses of Interface
com.connecterra.ale.dynamicconfig.api.PluginParameterConstraint

Packages that use PluginParameterConstraint
com.connecterra.ale.dynamicconfig.api Contains classes and interfaces representing plugin types and configurations of plugins in the edge server. 
 

Uses of PluginParameterConstraint in com.connecterra.ale.dynamicconfig.api
 

Subinterfaces of PluginParameterConstraint in com.connecterra.ale.dynamicconfig.api
 interface PluginParameterConstraintDynamicSet
          Used to specify a constraint that is a set of values that is dynamically computed.
 interface PluginParameterConstraintEnum
          Constraint used to restrict a configuration parameter value to a predefined set of string values.
 interface PluginParameterConstraintRangeNumeric
          Restricts a parameter value within a numeric range (inclusive).
 

Methods in com.connecterra.ale.dynamicconfig.api that return PluginParameterConstraint
 PluginParameterConstraint PluginParameterMeta.getParameterConstraint()
          Returns PluginParameterConstraint for additional constraints, if any, on the parameter.
 

Methods in com.connecterra.ale.dynamicconfig.api with parameters of type PluginParameterConstraint
 void PluginParameterMeta.setParameterConstraint(PluginParameterConstraint parameterConstraint)
          Specifies additional constraints on values of this parameter through a PluginParameterConstraint.
 


Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.