org.eclipse.hyades.edit.datapool

Interface INamedElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setDescription(java.lang.String description)
      Specify the description for the associated element.
      void setId(java.lang.String id)
      Specify the GUID for the associated element.
      void setName(java.lang.String name)
      Specify the name for the associated element.
    • Method Detail

      • setId

        void setId(java.lang.String id)
        Specify the GUID for the associated element.
        See Also:
        INamedElement.getId()
      • setName

        void setName(java.lang.String name)
        Specify the name for the associated element.
        See Also:
        INamedElement.getName()
      • setDescription

        void setDescription(java.lang.String description)
        Specify the description for the associated element.
        See Also:
        INamedElement.getDescription()