org.nakedobjects.metamodel.spec.feature
Interface NakedObjectFeature

All Superinterfaces:
FacetHolder, Identified, NamedAndDescribed, Specification, TypedSpecification
All Known Subinterfaces:
NakedObjectAction, NakedObjectActionParameter, NakedObjectAssociation, NakedObjectMember, OneToManyAssociation, OneToManyFeature, OneToOneActionParameter, OneToOneAssociation, OneToOneFeature, ParseableEntryActionParameter, ParseableEntryFeature
All Known Implementing Classes:
NakedObjectActionImpl, NakedObjectActionParameterAbstract, NakedObjectActionParameterParseable, NakedObjectActionSet, NakedObjectAssociationAbstract, NakedObjectMemberAbstract, OneToManyAssociationImpl, OneToOneActionParameterImpl, OneToOneAssociationImpl

public interface NakedObjectFeature
extends TypedSpecification, NamedAndDescribed

Base interface for fields, collections, actions and action parameters.


Method Summary
 
Methods inherited from interface org.nakedobjects.metamodel.spec.TypedSpecification
getSpecification
 
Methods inherited from interface org.nakedobjects.metamodel.spec.Specification
getInstance
 
Methods inherited from interface org.nakedobjects.metamodel.spec.identifier.Identified
getIdentifier
 
Methods inherited from interface org.nakedobjects.metamodel.facets.FacetHolder
addFacet, addFacet, containsFacet, getFacet, getFacets, getFacetTypes, removeFacet, removeFacet
 
Methods inherited from interface org.nakedobjects.metamodel.spec.NamedAndDescribed
getDescription, getName
 



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