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 intgetObjectID()Returns the value of the 'Object ID' attribute.doublegetX()Returns the value of the 'X' attribute.doublegetY()Returns the value of the 'Y' attribute.voidsetObjectID(int value)Sets the value of the 'Object ID' attribute.voidsetX(double value)Sets the value of the 'X' attribute.voidsetY(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-