public interface Location extends EncyclopediaElement
The following features are supported:
SaPackage.getLocation()
Modifier and Type | Method and Description |
---|---|
String |
getLocType()
Returns the value of the 'Loc Type' attribute.
|
String |
getLocX()
Returns the value of the 'Loc X' attribute.
|
String |
getLocY()
Returns the value of the 'Loc Y' attribute.
|
com.sodius.mdw.metamodel.sa.shapes.Point |
getPoint() |
void |
setLocType(String value)
Sets the value of the '
Loc Type ' attribute. |
void |
setLocX(String value)
Sets the value of the '
Loc X ' attribute. |
void |
setLocY(String value)
Sets the value of the '
Loc Y ' attribute. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getLocX()
""
.
setLocX(String)
,
SaPackage.getLocation_LocX()
void setLocX(String value)
Loc X
' attribute.
value
- the new value of the 'Loc X' attribute.getLocX()
String getLocY()
""
.
setLocY(String)
,
SaPackage.getLocation_LocY()
void setLocY(String value)
Loc Y
' attribute.
value
- the new value of the 'Loc Y' attribute.getLocY()
String getLocType()
""
.
setLocType(String)
,
SaPackage.getLocation_LocType()
void setLocType(String value)
Loc Type
' attribute.
value
- the new value of the 'Loc Type' attribute.getLocType()
com.sodius.mdw.metamodel.sa.shapes.Point getPoint()