public interface DataType extends Nameable, Identifiable
The following features are supported:
SofiaPackage.getDataType()| Modifier and Type | Method and Description |
|---|---|
ComplexType |
getBelongsTo()
Returns the value of the 'Belongs To' container reference.
|
org.eclipse.emf.common.util.EList<DataMapping> |
getMappings()
Returns the value of the 'Mappings' containment reference list.
|
org.eclipse.emf.common.util.EList<DataPort> |
getPortMembers()
Returns the value of the 'Port Members' reference list.
|
void |
setBelongsTo(ComplexType value)
Sets the value of the '
Belongs To' container reference. |
getId, setIdComplexType getBelongsTo()
Subtypes'.
If the meaning of the 'Belongs To' container reference isn't clear, there really should be more of a description here...
setBelongsTo(ComplexType),
SofiaPackage.getDataType_BelongsTo(),
ComplexType.getSubtypes()void setBelongsTo(ComplexType value)
Belongs To' container reference.
value - the new value of the 'Belongs To' container reference.getBelongsTo()org.eclipse.emf.common.util.EList<DataMapping> getMappings()
DataMapping.
It is bidirectional and its opposite is 'Source'.
If the meaning of the 'Mappings' containment reference list isn't clear, there really should be more of a description here...
SofiaPackage.getDataType_Mappings(),
DataMapping.getSource()org.eclipse.emf.common.util.EList<DataPort> getPortMembers()
DataPort.
It is bidirectional and its opposite is 'Port Datatype'.
If the meaning of the 'Port Members' reference list isn't clear, there really should be more of a description here...
SofiaPackage.getDataType_PortMembers(),
DataPort.getPortDatatype()Copyright © 2018. All rights reserved.