Interface InPortType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
InPortTypeImpl

public interface InPortType extends EObject
A representation of the model object 'In Port Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='in-port_._type' kind='empty'"
  • Method Details

    • getConnectFrom

      List<String> getConnectFrom()
      Returns the value of the 'Connect From' attribute.

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

      Returns:
      the value of the 'Connect From' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.solver.lqn.ConnectFromType" many="false" extendedMetaData="kind='attribute' name='connect-from' namespace='##targetNamespace'"
    • setConnectFrom

      void setConnectFrom(List<String> value)
      Sets the value of the 'Connect From' attribute.
      Parameters:
      value - the new value of the 'Connect From' attribute.
      See Also:
      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:
      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:
      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:
      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:
      Generated class or method.