- All Superinterfaces:
org.eclipse.emf.ecore.EObject
, IBmObject
, org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PointImpl
A representation of the model object '
Point'.
The following features are supported:
- See Also:
-
-
-
Method Summary
int
Returns the value of the 'Object ID' attribute.
double
Returns the value of the 'X' attribute.
double
Returns the value of the 'Y' attribute.
void
void
Sets the value of the '
X
' attribute.
void
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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObjectID
int getObjectID()
Returns the value of the 'Object ID' attribute.
- Returns:
- the value of the 'Object ID' attribute.
- See Also:
-
-
setObjectID
void setObjectID(int value)
- Parameters:
value
- the new value of the 'Object ID' attribute.
- See Also:
-
-
getX
double getX()
Returns the value of the 'X' attribute.
- Returns:
- the value of the 'X' attribute.
- See Also:
-
-
setX
void setX(double value)
Sets the value of the '
X
' attribute.
- Parameters:
value
- the new value of the 'X' attribute.
- See Also:
-
-
getY
double getY()
Returns the value of the 'Y' attribute.
- Returns:
- the value of the 'Y' attribute.
- See Also:
-
-
setY
void setY(double value)
Sets the value of the '
Y
' attribute.
- Parameters:
value
- the new value of the 'Y' attribute.
- See Also:
-