public interface ComplexType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getComplexType()| Modifier and Type | Method and Description |
|---|---|
CollectionType |
getCollectionType()
Returns the value of the 'Collection Type' attribute.
|
SimpleDomainObject |
getDomainObjectType()
Returns the value of the 'Domain Object Type' reference.
|
java.lang.String |
getMapCollectionType()
Returns the value of the 'Map Collection Type' attribute.
|
SimpleDomainObject |
getMapKeyDomainObjectType()
Returns the value of the 'Map Key Domain Object Type' reference.
|
java.lang.String |
getMapKeyType()
Returns the value of the 'Map Key Type' attribute.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setCollectionType(CollectionType value)
Sets the value of the '
Collection Type' attribute. |
void |
setDomainObjectType(SimpleDomainObject value)
Sets the value of the '
Domain Object Type' reference. |
void |
setMapCollectionType(java.lang.String value)
Sets the value of the '
Map Collection Type' attribute. |
void |
setMapKeyDomainObjectType(SimpleDomainObject value)
Sets the value of the '
Map Key Domain Object Type' reference. |
void |
setMapKeyType(java.lang.String value)
Sets the value of the '
Map Key Type' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute. |
CollectionType getCollectionType()
CollectionType.
If the meaning of the 'Collection Type' attribute isn't clear, there really should be more of a description here...
CollectionType,
setCollectionType(CollectionType),
TacticdslPackage.getComplexType_CollectionType()void setCollectionType(CollectionType value)
Collection Type' attribute.
value - the new value of the 'Collection Type' attribute.CollectionType,
getCollectionType()SimpleDomainObject getDomainObjectType()
If the meaning of the 'Domain Object Type' reference isn't clear, there really should be more of a description here...
setDomainObjectType(SimpleDomainObject),
TacticdslPackage.getComplexType_DomainObjectType()void setDomainObjectType(SimpleDomainObject value)
Domain Object Type' reference.
value - the new value of the 'Domain Object Type' reference.getDomainObjectType()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
TacticdslPackage.getComplexType_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()java.lang.String getMapCollectionType()
If the meaning of the 'Map Collection Type' attribute isn't clear, there really should be more of a description here...
setMapCollectionType(String),
TacticdslPackage.getComplexType_MapCollectionType()void setMapCollectionType(java.lang.String value)
Map Collection Type' attribute.
value - the new value of the 'Map Collection Type' attribute.getMapCollectionType()java.lang.String getMapKeyType()
If the meaning of the 'Map Key Type' attribute isn't clear, there really should be more of a description here...
setMapKeyType(String),
TacticdslPackage.getComplexType_MapKeyType()void setMapKeyType(java.lang.String value)
Map Key Type' attribute.
value - the new value of the 'Map Key Type' attribute.getMapKeyType()SimpleDomainObject getMapKeyDomainObjectType()
If the meaning of the 'Map Key Domain Object Type' reference isn't clear, there really should be more of a description here...
setMapKeyDomainObjectType(SimpleDomainObject),
TacticdslPackage.getComplexType_MapKeyDomainObjectType()void setMapKeyDomainObjectType(SimpleDomainObject value)
Map Key Domain Object Type' reference.
value - the new value of the 'Map Key Domain Object Type' reference.getMapKeyDomainObjectType()