Interface Point
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PointImpl
public interface Point extends IBmObject
- See Also:
GeographicalSchemaPackage.getPoint()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getObjectID()
Returns the value of the 'Object ID' attribute.double
getX()
Returns the value of the 'X' attribute.double
getY()
Returns the value of the 'Y' attribute.void
setObjectID(int value)
Sets the value of the 'Object ID
' attribute.void
setX(double value)
Sets the value of the 'X
' attribute.void
setY(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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getObjectID
int getObjectID()
Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
setObjectID(int)
,GeographicalSchemaPackage.getPoint_ObjectID()
-
setObjectID
void setObjectID(int value)
Sets the value of the 'Object ID
' attribute.- Parameters:
value
- the new value of the 'Object ID' attribute.- See Also:
getObjectID()
-
getX
double getX()
Returns the value of the 'X' attribute.- Returns:
- the value of the 'X' attribute.
- See Also:
setX(double)
,GeographicalSchemaPackage.getPoint_X()
-
setX
void setX(double value)
Sets the value of the 'X
' attribute.- Parameters:
value
- the new value of the 'X' attribute.- See Also:
getX()
-
getY
double getY()
Returns the value of the 'Y' attribute.- Returns:
- the value of the 'Y' attribute.
- See Also:
setY(double)
,GeographicalSchemaPackage.getPoint_Y()
-
-