Interface Named
-
- All Known Subinterfaces:
ActionFacet,SoftwareFacet,TemplateFacet
- All Known Implementing Classes:
ActionFacetImpl,SoftwareFacetImpl,TemplateFacetImpl
public interface NamedA convenient interface for any type having a name- Author:
- Manuele Simi (ISTI - CNR), Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_PROPERTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the facet.voidsetName(String name)Sets the name of the facet.
-
-
-
Field Detail
-
NAME_PROPERTY
static final String NAME_PROPERTY
- See Also:
- Constant Field Values
-
-