Interface BindType

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

public interface BindType extends EObject
A representation of the model object 'Bind Type'.

The following features are supported:

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

    • getParameter

      EList<ParameterType> getParameter()
      Returns the value of the 'Parameter' containment reference list. The list contents are of type ParameterType.

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

      Returns:
      the value of the 'Parameter' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='parameter' namespace='##targetNamespace'"
    • getProcessorBinding

      EList<ProcessorBindingType> getProcessorBinding()
      Returns the value of the 'Processor Binding' containment reference list. The list contents are of type ProcessorBindingType.

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

      Returns:
      the value of the 'Processor Binding' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='processor-binding' namespace='##targetNamespace'"
    • getPortBinding

      EList<PortBindingType> getPortBinding()
      Returns the value of the 'Port Binding' containment reference list. The list contents are of type PortBindingType.

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

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