BEA Systems, Inc.

com.connecterra.ale.dynamicconfig.api
Interface PluginParameterConstraintEnum

All Superinterfaces:
PluginParameterConstraint

public interface PluginParameterConstraintEnum
extends PluginParameterConstraint

Constraint used to restrict a configuration parameter value to a predefined set of string values. Contains the list of allowed string values.


Method Summary
 List getEnumerationList()
          Returns the string values allowed by this constraint.
 
Methods inherited from interface com.connecterra.ale.dynamicconfig.api.PluginParameterConstraint
getDescription, setDescription, validate
 

Method Detail

getEnumerationList

List getEnumerationList()
Returns the string values allowed by this constraint.

Returns:
Returns the allowed string values in a list.

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