org.nakedobjects.metamodel.spec
Interface NamedAndDescribed

All Known Subinterfaces:
NakedObjectAction, NakedObjectActionParameter, NakedObjectAssociation, NakedObjectFeature, NakedObjectMember, NamedAndDescribedFacetHolder, OneToManyAssociation, OneToManyFeature, OneToOneActionParameter, OneToOneAssociation, OneToOneFeature, ParseableEntryActionParameter, ParseableEntryFeature
All Known Implementing Classes:
NakedObjectActionImpl, NakedObjectActionParameterAbstract, NakedObjectActionParameterParseable, NakedObjectActionSet, NakedObjectAssociationAbstract, NakedObjectMemberAbstract, NamedAndDescribedFacetHolderImpl, OneToManyAssociationImpl, OneToOneActionParameterImpl, OneToOneAssociationImpl

public interface NamedAndDescribed

Anything in the metamodel (which also includes peers in the reflector) that has a name and description.


Method Summary
 java.lang.String getDescription()
          Returns a description of how the member is used - this complements the help text.
 java.lang.String getName()
          Return the name for this member - the field or action.
 

Method Detail

getName

java.lang.String getName()
Return the name for this member - the field or action. This is based on the name of this member.

See Also:
#getIdentifier()

getDescription

java.lang.String getDescription()
Returns a description of how the member is used - this complements the help text.

See Also:
#getHelp()


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