wt.effectivity
Class ConfigurationItemValidEffsDelegate

java.lang.Object
  extended by wt.eff.DefaultValidEffsDelegate
      extended by wt.effectivity.ConfigurationItemValidEffsDelegate
All Implemented Interfaces:
Externalizable, Serializable, ValidEffsDelegate

public class ConfigurationItemValidEffsDelegate
extends DefaultValidEffsDelegate
implements Externalizable

Constrains the valid effs based on the type of the configuration item.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 Class[] getValidEffs(EffContext context)
          Takes the effectivity type into consideration as well as introspection to further constrain the valid effective eff classes.
 
Methods inherited from class wt.eff.DefaultValidEffsDelegate
getValidEffForms, getValidEffs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValidEffs

public Class[] getValidEffs(EffContext context)
Takes the effectivity type into consideration as well as introspection to further constrain the valid effective eff classes.

Supported API: true

Specified by:
getValidEffs in interface ValidEffsDelegate
Overrides:
getValidEffs in class DefaultValidEffsDelegate
Parameters:
context -
Returns:
Class[]