public interface Attribute
extends org.eclipse.emf.ecore.EObject
MemoryPackage.getAttribute()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
ScalarType |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setType(ScalarType value)
Sets the value of the '
Type' containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
MemoryPackage.getAttribute_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ScalarType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(ScalarType),
MemoryPackage.getAttribute_Type()void setType(ScalarType value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()