Package wt.effectivity
Class ConfigurationItemValidEffsDelegate
java.lang.Object
wt.eff.DefaultValidEffsDelegate
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
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionClass[]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
-
Method Details
-
getValidEffs
Takes the effectivity type into consideration as well as introspection to further constrain the valid effective eff classes.
Supported API: true- Specified by:
getValidEffsin interfaceValidEffsDelegate- Overrides:
getValidEffsin classDefaultValidEffsDelegate- Parameters:
context-- Returns:
- Class[]
-