All Superinterfaces:
org.eclipse.emf.ecore.EObject, IBmObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PointImpl

public interface Point extends IBmObject
A representation of the model object 'Point'.

The following features are supported:

See Also:
  • 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)
      Sets the value of the 'Object ID' attribute.
      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: