org.nakedobjects.metamodel.facets.actions.defaults
Interface ActionParameterDefaultsFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- ActionParameterDefaultsFacetAbstract, ActionParameterDefaultsFacetNone, ActionParameterDefaultsFacetViaMethod
public interface ActionParameterDefaultsFacet
- extends Facet
Obtain defaults for each of the parameters of the action.
In the standard Naked Objects Programming Model, corresponds to invoking the defaultsNXxx(...)
support method for an action (where N is the 0-based parameter number).
getDefault
java.lang.Object getDefault(NakedObject inObject)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.