org.nakedobjects.metamodel.facets.object.ident.plural
Interface PluralFacet

All Superinterfaces:
Facet, SingleStringValueFacet
All Known Implementing Classes:
PluralFacetAbstract, PluralFacetAnnotation, PluralFacetInferred, PluralFacetViaMethod

public interface PluralFacet
extends SingleStringValueFacet

Mechanism for obtaining the plural title of an instance of a class, used to label a collection of a certain class.

In the standard Naked Objects Programming Model, typically corresponds to a method named pluralName. If no plural name is provided, then the framework will attempt to guess the plural name (by adding an s or ies suffix).

See Also:
IconFacet, TitleFacet

Method Summary
 
Methods inherited from interface org.nakedobjects.metamodel.facets.SingleStringValueFacet
value
 
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.