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.


Method Summary
 void clear(NakedObject inObject)
           
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 

Method Detail

clear

void clear(NakedObject inObject)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.