BEA Systems, Inc.

com.connecterra.ale.dynamicconfig.api
Interface PluginParameterConstraintRangeNumeric

All Superinterfaces:
PluginParameterConstraint

public interface PluginParameterConstraintRangeNumeric
extends PluginParameterConstraint

Restricts a parameter value within a numeric range (inclusive). This contains the minimum and maximum allowed values, which will be used to validate parameter values.


Method Summary
 long getMaxValue()
          Returns the maximum numeric value allowed on a parameter to satisfy this constraint.
 long getMinValue()
          Returns the minimum numeric value allowed on a parameter to satisfy this constraint.
 
Methods inherited from interface com.connecterra.ale.dynamicconfig.api.PluginParameterConstraint
getDescription, setDescription, validate
 

Method Detail

getMaxValue

long getMaxValue()
Returns the maximum numeric value allowed on a parameter to satisfy this constraint.

Returns:
the maximum numeric value allowed on a parameter to satisfy this constraint

getMinValue

long getMinValue()
Returns the minimum numeric value allowed on a parameter to satisfy this constraint.

Returns:
the minimum numeric value allowed on a parameter to satisfy this constraint

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