org.nakedobjects.metamodel.facets.collections.modify
Interface CollectionClearFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- CollectionClearFacetAbstract, CollectionClearFacetViaAccessor, CollectionClearFacetViaMethod
public interface CollectionClearFacet
- extends Facet
Clear all objects from a collection.
In the standard Naked Objects Programming Model, corresponds to either invoking the clearXxx
support method, or just invoking clear on the collection returned by the accessor method.
clear
void clear(NakedObject inObject)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.