All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass, SystemIntegration
All Known Implementing Classes:
RoleSystemIntegrationImpl, RoleSystemIntegrationImplGen

public interface RoleSystemIntegration extends SystemIntegration
A representation of the model object 'Role System Integration'.

The following features are supported:

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

    • getRole

      Role getRole()
      Returns the value of the 'Role' reference.
      Returns:
      the value of the 'Role' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setRole

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