All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier
All Known Implementing Classes:
RoleImpl

public interface Role extends EObject, de.uka.ipd.sdq.identifier.Identifier
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

    • getRoleSet

      RoleSet getRoleSet()
      Returns the value of the 'Role Set' container reference. It is bidirectional and its opposite is 'Roles'.

      If the meaning of the 'Role Set' container reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Role Set' container reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="roles" transient="false"
    • setRoleSet

      void setRoleSet(RoleSet value)
      Sets the value of the 'Role Set' container reference.
      Parameters:
      value - the new value of the 'Role Set' container reference.
      See Also:
      Generated class or method.
    • getRoleType

      RoleType getRoleType()
      Returns the value of the 'Role Type' reference.

      If the meaning of the 'Role Type' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Role Type' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setRoleType

      void setRoleType(RoleType value)
      Sets the value of the 'Role Type' reference.
      Parameters:
      value - the new value of the 'Role Type' reference.
      See Also:
      Generated class or method.
    • getValue

      EObject getValue()
      Returns the value of the 'Value' reference.

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

      Returns:
      the value of the 'Value' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setValue

      void setValue(EObject value)
      Sets the value of the 'Value' reference.
      Parameters:
      value - the new value of the 'Value' reference.
      See Also:
      Generated class or method.