Interface NamedElement

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Entity
All Known Implementing Classes:
EntityImpl, NamedElementImpl

public interface NamedElement extends EObject
A representation of the model object 'Named Element'. The NamedElement meta class is inherited by all PCM classes whose instances bear a name. Thus, the semantic of "bearing a name" is given to all inheriting classes, so that the name can be used in visualisations, for example.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getEntityName

      String getEntityName()
      Returns the value of the 'Entity Name' attribute. The default value is "aName".
      Returns:
      the value of the 'Entity Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="aName" required="true"
    • setEntityName

      void setEntityName(String value)
      Sets the value of the 'Entity Name' attribute.
      Parameters:
      value - the new value of the 'Entity Name' attribute.
      See Also:
      Generated class or method.