public interface LocationSpecification extends EObject
The following features are supported:
VariablesPackage.getLocationSpecification()
Modifier and Type | Method and Description |
---|---|
Integer |
getAddress()
Returns the value of the 'Address' attribute.
|
Location |
getLocation()
Returns the value of the 'Location' attribute.
|
Size |
getSize()
Returns the value of the 'Size' attribute.
|
void |
setAddress(Integer value)
Sets the value of the '
Address ' attribute. |
void |
setLocation(Location value)
Sets the value of the '
Location ' attribute. |
void |
setSize(Size value)
Sets the value of the '
Size ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Location getLocation()
Location
.
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
Location
,
setLocation(Location)
,
VariablesPackage.getLocationSpecification_Location()
void setLocation(Location value)
Location
' attribute.
value
- the new value of the 'Location' attribute.Location
,
getLocation()
Size getSize()
Size
.
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
Size
,
setSize(Size)
,
VariablesPackage.getLocationSpecification_Size()
Integer getAddress()
If the meaning of the 'Address' attribute isn't clear, there really should be more of a description here...
setAddress(Integer)
,
VariablesPackage.getLocationSpecification_Address()
void setAddress(Integer value)
Address
' attribute.
value
- the new value of the 'Address' attribute.getAddress()