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
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.