All Superinterfaces:
Content, EObject, Notifier
All Known Subinterfaces:
DomainInterfaceProvidedRole, InterfaceRequiredRole, InternalInterfaceProvidedRole, SystemProvidedRole
All Known Implementing Classes:
DomainInterfaceProvidedRoleImpl, InterfaceRequiredRoleImpl, InternalInterfaceProvidedRoleImpl, RoleImpl, SystemProvidedRoleImpl

public interface Role extends Content
A representation of the model object 'Role'.

The following features are supported:

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

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setName

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

      Interface getType()
      Returns the value of the 'Type' reference.
      Returns:
      the value of the 'Type' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setType

      void setType(Interface value)
      Sets the value of the 'Type' reference.
      Parameters:
      value - the new value of the 'Type' reference.
      See Also:
      Generated class or method.