Interface OutPortType

    • Method Detail

      • getConnectTo

        List<String> getConnectTo()
        Returns the value of the 'Connect To' attribute.

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

        Returns:
        the value of the 'Connect To' attribute.
        See Also:
        setConnectTo(List), LqnPackage.getOutPortType_ConnectTo()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.ConnectToType" many="false" extendedMetaData="kind='attribute' name='connect-to' namespace='##targetNamespace'"
      • setConnectTo

        void setConnectTo​(List<String> value)
        Sets the value of the 'Connect To' attribute.
        Parameters:
        value - the new value of the 'Connect To' attribute.
        See Also:
        getConnectTo()
        Generated class or method.
      • getDescription

        String getDescription()
        Returns the value of the 'Description' attribute.

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

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), LqnPackage.getOutPortType_Description()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='description' namespace='##targetNamespace'"
      • setDescription

        void setDescription​(String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
        Generated class or method.
      • getName

        String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), LqnPackage.getOutPortType_Name()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"
      • setName

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