Interface InterfaceType

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

public interface InterfaceType extends EObject
A representation of the model object 'Interface Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='Interface_._type' kind='elementOnly'"
  • Method Details

    • getInPort

      EList<InPortType> getInPort()
      Returns the value of the 'In Port' containment reference list. The list contents are of type InPortType.

      If the meaning of the 'In Port' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'In Port' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='in-port' namespace='##targetNamespace'"
    • getOutPort

      EList<OutPortType> getOutPort()
      Returns the value of the 'Out Port' containment reference list. The list contents are of type OutPortType.

      If the meaning of the 'Out Port' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Out Port' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='out-port' namespace='##targetNamespace'"