org.nakedobjects.metamodel.facets.properties.modify
Interface PropertyClearFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- PropertyClearFacetAbstract, PropertyClearFacetViaClearMethod, PropertyClearFacetViaSetterMethod
public interface PropertyClearFacet
- extends Facet
Mechanism for clearing a property of an object (that is, setting it to null).
In the standard Naked Objects Programming Model, typically corresponds to a method named clearXxx
(for a property getXxx). As a fallback the standard model also supports invoking the
setXxx method with null.
clearProperty
void clearProperty(NakedObject inObject)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.