Interface PortBindingType

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

public interface PortBindingType extends EObject
A representation of the model object 'Port Binding Type'.

The following features are supported:

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

    • getSource

      String getSource()
      Returns the value of the 'Source' attribute.

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

      Returns:
      the value of the 'Source' 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='source' namespace='##targetNamespace'"
    • setSource

      void setSource(String value)
      Sets the value of the 'Source' attribute.
      Parameters:
      value - the new value of the 'Source' attribute.
      See Also:
      Generated class or method.
    • getTarget

      String getTarget()
      Returns the value of the 'Target' attribute.

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

      Returns:
      the value of the 'Target' 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='target' namespace='##targetNamespace'"
    • setTarget

      void setTarget(String value)
      Sets the value of the 'Target' attribute.
      Parameters:
      value - the new value of the 'Target' attribute.
      See Also:
      Generated class or method.