Uses of Interface
org.nakedobjects.metamodel.adapter.Instance

Packages that use Instance
org.nakedobjects.metamodel.adapter   
org.nakedobjects.metamodel.runtimecontext.spec   
org.nakedobjects.metamodel.runtimecontext.spec.feature   
org.nakedobjects.metamodel.spec   
org.nakedobjects.metamodel.specloader.internal   
 

Uses of Instance in org.nakedobjects.metamodel.adapter
 

Subinterfaces of Instance in org.nakedobjects.metamodel.adapter
 interface NakedObject
          Naked objects are adapters to domain objects, where the application is written in terms of domain objects and those objects are represented within the NOF through these adapter, and not directly.
 interface NakedObjectMM
          Naked objects are adapters to domain objects, where the application is written in terms of domain objects and those objects are represented within the NOF through these adapter, and not directly.
 

Classes in org.nakedobjects.metamodel.adapter that implement Instance
 class InstanceAbstract
           
 

Methods in org.nakedobjects.metamodel.adapter that return Instance
 Instance NakedObjectMM.getInstance(Specification specification)
          Return an Instance of the specified Specification with respect to this NakedObject.
 

Uses of Instance in org.nakedobjects.metamodel.runtimecontext.spec
 

Methods in org.nakedobjects.metamodel.runtimecontext.spec that return Instance
 Instance IntrospectableSpecificationAbstract.getInstance(NakedObject nakedObject)
           
 

Uses of Instance in org.nakedobjects.metamodel.runtimecontext.spec.feature
 

Methods in org.nakedobjects.metamodel.runtimecontext.spec.feature that return Instance
 Instance NakedObjectActionSet.getInstance(NakedObject nakedObject)
           
 

Uses of Instance in org.nakedobjects.metamodel.spec
 

Methods in org.nakedobjects.metamodel.spec that return Instance
 Instance Specification.getInstance(NakedObject nakedObject)
          Return an Instance of this Specification with respect to the provided NakedObject.
 

Uses of Instance in org.nakedobjects.metamodel.specloader.internal
 

Methods in org.nakedobjects.metamodel.specloader.internal that return Instance
 Instance NakedObjectActionParameterParseable.getInstance(NakedObject nakedObject)
           
 Instance OneToOneActionParameterImpl.getInstance(NakedObject nakedObject)
           
 Instance OneToManyAssociationImpl.getInstance(NakedObject nakedObject)
           
 Instance NakedObjectActionImpl.getInstance(NakedObject nakedObject)
           
 Instance OneToOneAssociationImpl.getInstance(NakedObject ownerAdapter)
           
 



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