Mechanism for obtaining the plural title of an instance of a class, used to label a collection of a certain class.
In the standard Apache Isis 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
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.