Interface Named
- All Known Subinterfaces:
ActionFacet,SoftwareFacet,TemplateFacet
- All Known Implementing Classes:
ActionFacetImpl,SoftwareFacetImpl,TemplateFacetImpl
public interface Named
A convenient interface for any type having a name
- Author:
- Manuele Simi (ISTI - CNR), Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NAME_PROPERTY
- See Also:
-
-
Method Details
-
getName
Gets the name of the facet.- Returns:
- the name
-
setName
Sets the name of the facet.- Parameters:
name- the new name
-