Package iotmodel
Interface AppPort
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AppPortImpl
public interface AppPort
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'App Port'.
The following features are supported:
- See Also:
IotmodelPackage.getAppPort()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AppChannel>getIsBound()Returns the value of the 'Is Bound' reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIsBound
org.eclipse.emf.common.util.EList<AppChannel> getIsBound()Returns the value of the 'Is Bound' reference list. The list contents are of typeAppChannel. It is bidirectional and its opposite is 'Bind To'.- Returns:
- the value of the 'Is Bound' reference list.
- See Also:
IotmodelPackage.getAppPort_IsBound(),AppChannel.getBindTo()
-