public interface DataPort extends Port
The following features are supported:
SofiaPackage.getDataPort()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataMapping> |
getMappings()
Returns the value of the 'Mappings' reference list.
|
DataType |
getPortDatatype()
Returns the value of the 'Port Datatype' reference.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setPortDatatype(DataType value)
Sets the value of the '
Port Datatype' reference. |
void |
setValue(String value)
Sets the value of the '
Value' attribute. |
getDescription, getInTransitions, getOutTransitions, getProcessStep, isOptional, setDescription, setInTransitions, setOptional, setProcessStepgetId, setIdString getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
SofiaPackage.getDataPort_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()DataType getPortDatatype()
Port Members'.
If the meaning of the 'Port Datatype' reference isn't clear, there really should be more of a description here...
setPortDatatype(DataType),
SofiaPackage.getDataPort_PortDatatype(),
DataType.getPortMembers()void setPortDatatype(DataType value)
Port Datatype' reference.
value - the new value of the 'Port Datatype' reference.getPortDatatype()org.eclipse.emf.common.util.EList<DataMapping> getMappings()
DataMapping.
If the meaning of the 'Mappings' reference list isn't clear, there really should be more of a description here...
SofiaPackage.getDataPort_Mappings()Copyright © 2018. All rights reserved.