public interface Variable
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MemoryPackage.getVariable()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Type |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setType(Type value)
Sets the value of the '
Type ' containment reference. |
Type getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(Type)
,
MemoryPackage.getVariable_Type()
void setType(Type value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MemoryPackage.getVariable_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Attribute
.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
MemoryPackage.getVariable_Attributes()