Interface RoleType

  • 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
    All Known Implementing Classes:
    RoleTypeImpl

    public interface RoleType
    extends EObject, org.palladiosimulator.pcm.core.entity.Entity
    A representation of the model object 'Role Type'.

    The following features are supported:

    See Also:
    CorePackage.getRoleType()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getType

        EClass getType()
        Returns the value of the 'Type' reference.

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

        Returns:
        the value of the 'Type' reference.
        See Also:
        setType(EClass), CorePackage.getRoleType_Type()
        Generated class or method.
        EMF model class or method.
      • setType

        void setType​(EClass value)
        Sets the value of the 'Type' reference.
        Parameters:
        value - the new value of the 'Type' reference.
        See Also:
        getType()
        Generated class or method.
      • setAction

        void setAction​(AdaptationBehavior value)
        Sets the value of the 'Action' container reference.
        Parameters:
        value - the new value of the 'Action' container reference.
        See Also:
        getAction()
        Generated class or method.