All Superinterfaces:
ComponentProperty, EObject, Notifier, ResourceProperty, RoleProperty
All Known Implementing Classes:
NameImpl

public interface Name extends ComponentProperty, RoleProperty, ResourceProperty
A representation of the model object 'Name'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • isNot

      boolean isNot()
      Returns the value of the 'Not' attribute.

      If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Not' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setNot

      void setNot(boolean value)
      Sets the value of the 'Not' attribute.
      Parameters:
      value - the new value of the 'Not' attribute.
      See Also:
      Generated class or method.
    • getAutonym

      String getAutonym()
      Returns the value of the 'Autonym' attribute.

      If the meaning of the 'Autonym' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Autonym' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setAutonym

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