org.nakedobjects.metamodel.facets.actcoll.typeof
Interface TypeOfFacet

All Superinterfaces:
Facet, SingleClassValueFacet
All Known Implementing Classes:
TypeOfFacetAbstract, TypeOfFacetDefaultToObject, TypeOfFacetInferredFromArray, TypeOfFacetInferredFromGenerics, TypeOfFacetInferredFromSupportingMethods, TypeOfFacetViaAnnotation

public interface TypeOfFacet
extends SingleClassValueFacet

The type of the collection or the action.

In the standard Naked Objects Programming Model, corresponds to annotating the collection's accessor or the action's invoker method with the @TypeOf annotation.


Method Summary
 
Methods inherited from interface org.nakedobjects.metamodel.facets.SingleClassValueFacet
value, valueSpec
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet
 



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