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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the facet.
    void
    Sets the name of the facet.
  • Field Details

  • Method Details

    • getName

      @ISProperty(name="name", mandatory=true, nullable=false) String getName()
      Gets the name of the facet.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets the name of the facet.
      Parameters:
      name - the new name