Package org.eclipse.epf.uma
Interface Point
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PointImpl
public interface Point
extends org.eclipse.emf.ecore.EObject
- See Also:
UmaPackage.getPoint()
-
Method Summary
Modifier and Type Method Description java.lang.Double
getX()
Returns the value of the 'X' attribute.java.lang.Double
getY()
Returns the value of the 'Y' attribute.void
setX(java.lang.Double value)
Sets the value of the 'X
' attribute.void
setY(java.lang.Double value)
Sets the value of the 'Y
' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getX
java.lang.Double getX()Returns the value of the 'X' attribute.- Returns:
- the value of the 'X' attribute.
- See Also:
setX(Double)
,UmaPackage.getPoint_X()
-
setX
void setX(java.lang.Double value)Sets the value of the 'X
' attribute.- Parameters:
value
- the new value of the 'X' attribute.- See Also:
getX()
-
getY
java.lang.Double getY()Returns the value of the 'Y' attribute.- Returns:
- the value of the 'Y' attribute.
- See Also:
setY(Double)
,UmaPackage.getPoint_Y()
-
setY
void setY(java.lang.Double value)Sets the value of the 'Y
' attribute.- Parameters:
value
- the new value of the 'Y' attribute.- See Also:
getY()
-