Package com._1c.g5.v8.dt.bp.scheme.model
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:
ModelPackage.getPoint()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetX()Returns the value of the 'X' attribute.intgetY()Returns the value of the 'Y' attribute.voidsetX(int value)Sets the value of the 'X' attribute.voidsetY(int value)Sets the value of the 'Y' attribute.
-
-
-
Method Detail
-
getX
int getX()
Returns the value of the 'X' attribute.- Returns:
- the value of the 'X' attribute.
- See Also:
setX(int),ModelPackage.getPoint_X()
-
setX
void setX(int value)
Sets the value of the 'X' attribute.- Parameters:
value- the new value of the 'X' attribute.- See Also:
getX()
-
getY
int getY()
Returns the value of the 'Y' attribute.- Returns:
- the value of the 'Y' attribute.
- See Also:
setY(int),ModelPackage.getPoint_Y()
-
-