Package com.sodius.mdw.metamodel.sa
Interface Location
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,EncyclopediaElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Location extends EncyclopediaElement
A representation of the model object 'Location'.The following features are supported:
- See Also:
SaPackage.getLocation()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getLocX
String getLocX()
Returns the value of the 'Loc X' attribute. The default value is""
.- Returns:
- the value of the 'Loc X' attribute.
- See Also:
setLocX(String)
,SaPackage.getLocation_LocX()
-
setLocX
void setLocX(String value)
Sets the value of the 'Loc X
' attribute.- Parameters:
value
- the new value of the 'Loc X' attribute.- See Also:
getLocX()
-
getLocY
String getLocY()
Returns the value of the 'Loc Y' attribute. The default value is""
.- Returns:
- the value of the 'Loc Y' attribute.
- See Also:
setLocY(String)
,SaPackage.getLocation_LocY()
-
setLocY
void setLocY(String value)
Sets the value of the 'Loc Y
' attribute.- Parameters:
value
- the new value of the 'Loc Y' attribute.- See Also:
getLocY()
-
getLocType
String getLocType()
Returns the value of the 'Loc Type' attribute. The default value is""
.- Returns:
- the value of the 'Loc Type' attribute.
- See Also:
setLocType(String)
,SaPackage.getLocation_LocType()
-
setLocType
void setLocType(String value)
Sets the value of the 'Loc Type
' attribute.- Parameters:
value
- the new value of the 'Loc Type' attribute.- See Also:
getLocType()
-
getPoint
com.sodius.mdw.metamodel.sa.shapes.Point getPoint()
-
-