All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.collections.modify;

import org.nakedobjects.metamodel.adapter.NakedObject;
import org.nakedobjects.metamodel.facets.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. */ public interface CollectionClearFacet extends Facet { public void clear(NakedObject inObject); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy