org.nakedobjects.metamodel.facets.collections.modify
Interface CollectionAddToFacet
- All Superinterfaces:
- Facet
- All Known Implementing Classes:
- CollectionAddToFacetAbstract, CollectionAddToFacetViaAccessor, CollectionAddToFacetViaMethod
public interface CollectionAddToFacet
- extends Facet
Add object to a collection.
In the standard Naked Objects Programming Model, corresponds to invoking the addToXxx support
method for a collection.
add
void add(NakedObject inObject,
NakedObject value)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.