All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.facets.object.ident.plural.PluralFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.object.ident.plural;

import org.nakedobjects.metamodel.facets.SingleStringValueFacet;
import org.nakedobjects.metamodel.facets.object.ident.icon.IconFacet;
import org.nakedobjects.metamodel.facets.object.ident.title.TitleFacet;


/**
 * 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 IconFacet * @see TitleFacet */ public interface PluralFacet extends SingleStringValueFacet { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy