public interface XYChild extends Child
The following features are supported:
VisualInterfacePackage.getXYChild()
Modifier and Type | Method and Description |
---|---|
Dimension |
getDimension()
Returns the value of the 'Dimension' containment reference.
|
Position |
getPosition()
Returns the value of the 'Position' containment reference.
|
void |
setDimension(Dimension value)
Sets the value of the '
Dimension ' containment reference. |
void |
setPosition(Position value)
Sets the value of the '
Position ' containment reference. |
getElement, getName, setElement, setName
Position getPosition()
If the meaning of the 'Position' containment reference isn't clear, there really should be more of a description here...
setPosition(Position)
,
VisualInterfacePackage.getXYChild_Position()
void setPosition(Position value)
Position
' containment reference.
value
- the new value of the 'Position' containment reference.getPosition()
Dimension getDimension()
setDimension(Dimension)
,
VisualInterfacePackage.getXYChild_Dimension()
void setDimension(Dimension value)
Dimension
' containment reference.
value
- the new value of the 'Dimension' containment reference.getDimension()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.