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

Packages that use TypeOfFacet
org.nakedobjects.metamodel.adapter   
org.nakedobjects.metamodel.facets.actcoll.typeof   
org.nakedobjects.metamodel.facets.collections.modify   
 

Uses of TypeOfFacet in org.nakedobjects.metamodel.adapter
 

Methods in org.nakedobjects.metamodel.adapter that return TypeOfFacet
 TypeOfFacet NakedObjectMM.getTypeOfFacet()
          Gets the type of facet for this object, defaulting to the facet held by the underlying specification.
 

Methods in org.nakedobjects.metamodel.adapter with parameters of type TypeOfFacet
 void NakedObjectMM.setTypeOfFacet(TypeOfFacet typeOfFacet)
          Sets the element type facet, typically by copying it from the method or association information.
 

Uses of TypeOfFacet in org.nakedobjects.metamodel.facets.actcoll.typeof
 

Classes in org.nakedobjects.metamodel.facets.actcoll.typeof that implement TypeOfFacet
 class TypeOfFacetAbstract
           
 class TypeOfFacetDefaultToObject
           
 class TypeOfFacetInferredFromArray
           
 class TypeOfFacetInferredFromGenerics
           
 class TypeOfFacetInferredFromSupportingMethods
           
 class TypeOfFacetViaAnnotation
           
 

Uses of TypeOfFacet in org.nakedobjects.metamodel.facets.collections.modify
 

Methods in org.nakedobjects.metamodel.facets.collections.modify that return TypeOfFacet
 TypeOfFacet CollectionFacet.getTypeOfFacet()
          Convenience method that returns the TypeOfFacet on this facet's holder.
 TypeOfFacet CollectionFacetAbstract.getTypeOfFacet()
           
 



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