org.nakedobjects.metamodel.facets.properties.modify
Interface PropertySetterFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- PropertySetterFacetAbstract, PropertySetterFacetViaModifyMethod, PropertySetterFacetViaSetterMethod
public interface PropertySetterFacet
- extends Facet
The mechanism by which the value of the property can be set.
In the standard Naked Objects Programming Model, corresponds to invoking the mutator method for a property.
- See Also:
PropertyAccessorFacet,
PropertyClearFacet,
PropertyInitializationFacet
setProperty
void setProperty(NakedObject inObject,
NakedObject value)
- Sets the value of this property.
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.