public interface AccessPoint
extends org.eclipse.stardust.common.AttributeHolder, org.eclipse.stardust.engine.api.model.Typeable
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.stardust.common.Direction |
getDirection()
Gets the data flow direction of this access point, may be either
Direction.IN, Direction.OUT or Direction.IN_OUT. |
String |
getId()
Gets the id of this access point.
|
String |
getName()
Gets the name of this access point.
|
org.eclipse.stardust.common.Direction getDirection()
Direction.IN, Direction.OUT or Direction.IN_OUT.String getId()
getName()Copyright © 2016 Eclipse Stardust. All Rights Reserved.