public interface TypeSystem
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MemoryPackage.getTypeSystem()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<TypeSystem> |
getIncludes()
Returns the value of the 'Includes' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<TypeDefinition> |
getTypes()
Returns the value of the 'Types' containment reference list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
org.eclipse.emf.common.util.EList<TypeDefinition> getTypes()
TypeDefinition.
If the meaning of the 'Types' containment reference list isn't clear, there really should be more of a description here...
MemoryPackage.getTypeSystem_Types()org.eclipse.emf.common.util.EList<TypeSystem> getIncludes()
TypeSystem.
If the meaning of the 'Includes' reference list isn't clear, there really should be more of a description here...
MemoryPackage.getTypeSystem_Includes()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
MemoryPackage.getTypeSystem_Name()