| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanType
A representation of the model object 'Boolean Type'.
|
interface |
CollectionType
A representation of the model object 'Collection Type'.
|
interface |
ComplexType
A representation of the model object 'Complex Type'.
|
interface |
DoubleType
A representation of the model object 'Double Type'.
|
interface |
IntegerType
A representation of the model object 'Integer Type'.
|
interface |
ListType
A representation of the model object 'List Type'.
|
interface |
NumericType
A representation of the model object 'Numeric Type'.
|
interface |
SetType
A representation of the model object 'Set Type'.
|
interface |
SimpleType
A representation of the model object 'Simple Type'.
|
interface |
StringType
A representation of the model object 'String Type'.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
CollectionType.getCollectionItemType()
Returns the value of the 'Collection Item Type' reference.
|
DataType |
DataPort.getPortDatatype()
Returns the value of the 'Port Datatype' reference.
|
DataType |
DataMapping.getSource()
Returns the value of the 'Source' container reference.
|
DataType |
DataMapping.getTarget()
Returns the value of the 'Target' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataType> |
Process.getDataTypeDefinitions()
Returns the value of the 'Data Type Definitions' containment reference list.
|
org.eclipse.emf.common.util.EList<DataType> |
ComplexType.getSubreferences()
Returns the value of the 'Subreferences' reference list.
|
org.eclipse.emf.common.util.EList<DataType> |
ComplexType.getSubtypes()
Returns the value of the 'Subtypes' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionType.setCollectionItemType(DataType value)
Sets the value of the '
Collection Item Type' reference. |
void |
DataPort.setPortDatatype(DataType value)
Sets the value of the '
Port Datatype' reference. |
void |
DataMapping.setSource(DataType value)
Sets the value of the '
Source' container reference. |
void |
DataMapping.setTarget(DataType value)
Sets the value of the '
Target' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanTypeImpl
An implementation of the model object 'Boolean Type'.
|
class |
CollectionTypeImpl
An implementation of the model object 'Collection Type'.
|
class |
ComplexTypeImpl
An implementation of the model object 'Complex Type'.
|
class |
DataTypeImpl
An implementation of the model object 'Data Type'.
|
class |
DoubleTypeImpl
An implementation of the model object 'Double Type'.
|
class |
IntegerTypeImpl
An implementation of the model object 'Integer Type'.
|
class |
ListTypeImpl
An implementation of the model object 'List Type'.
|
class |
NumericTypeImpl
An implementation of the model object 'Numeric Type'.
|
class |
SetTypeImpl
An implementation of the model object 'Set Type'.
|
class |
SimpleTypeImpl
An implementation of the model object 'Simple Type'.
|
class |
StringTypeImpl
An implementation of the model object 'String Type'.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
CollectionTypeImpl.collectionItemType
The cached value of the '
Collection Item Type' reference. |
protected DataType |
DataPortImpl.portDatatype
The cached value of the '
Port Datatype' reference. |
protected DataType |
DataMappingImpl.target
The cached value of the '
Target' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<DataType> |
ProcessImpl.dataTypeDefinitions
The cached value of the '
Data Type Definitions' containment reference list. |
protected org.eclipse.emf.common.util.EList<DataType> |
ComplexTypeImpl.subreferences
The cached value of the '
Subreferences' reference list. |
protected org.eclipse.emf.common.util.EList<DataType> |
ComplexTypeImpl.subtypes
The cached value of the '
Subtypes' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
DataType |
CollectionTypeImpl.basicGetCollectionItemType() |
DataType |
DataPortImpl.basicGetPortDatatype() |
DataType |
DataMappingImpl.basicGetTarget() |
DataType |
CollectionTypeImpl.getCollectionItemType() |
DataType |
DataPortImpl.getPortDatatype() |
DataType |
DataMappingImpl.getSource() |
DataType |
DataMappingImpl.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataType> |
ProcessImpl.getDataTypeDefinitions() |
org.eclipse.emf.common.util.EList<DataType> |
ComplexTypeImpl.getSubreferences() |
org.eclipse.emf.common.util.EList<DataType> |
ComplexTypeImpl.getSubtypes() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DataPortImpl.basicSetPortDatatype(DataType newPortDatatype,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
DataMappingImpl.basicSetSource(DataType newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CollectionTypeImpl.setCollectionItemType(DataType newCollectionItemType) |
void |
DataPortImpl.setPortDatatype(DataType newPortDatatype) |
void |
DataMappingImpl.setSource(DataType newSource) |
void |
DataMappingImpl.setTarget(DataType newTarget) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaSwitch.caseDataType(DataType object)
Returns the result of interpreting the object as an instance of 'Data Type'.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
CollectionTypeInstance.getCollectionItemType()
Returns the value of the 'Collection Item Type' containment reference.
|
DataType |
DataTypeInstance.getDataTypeType()
Returns the value of the 'Data Type Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeInstance |
MappingUtil.mapDataType(DataType dataType) |
void |
CollectionTypeInstance.setCollectionItemType(DataType value)
Sets the value of the '
Collection Item Type' containment reference. |
void |
DataTypeInstance.setDataTypeType(DataType value)
Sets the value of the '
Data Type Type' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
CollectionTypeInstanceImpl.collectionItemType
The cached value of the '
Collection Item Type' containment reference. |
protected DataType |
DataTypeInstanceImpl.dataTypeType
The cached value of the '
Data Type Type' reference. |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataTypeInstanceImpl.basicGetDataTypeType() |
DataType |
CollectionTypeInstanceImpl.getCollectionItemType() |
DataType |
DataTypeInstanceImpl.getDataTypeType() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
CollectionTypeInstanceImpl.basicSetCollectionItemType(DataType newCollectionItemType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
DataTypeInstance |
MappingUtilImpl.mapDataType(DataType dataType) |
void |
CollectionTypeInstanceImpl.setCollectionItemType(DataType newCollectionItemType) |
void |
DataTypeInstanceImpl.setDataTypeType(DataType newDataTypeType) |
Copyright © 2018. All rights reserved.