public class PointImpl extends ValueImpl implements Point
Modifier and Type | Field and Description |
---|---|
protected double |
x
The cached value of the '
X ' attribute. |
protected static double |
X_EDEFAULT
The default value of the '
X ' attribute. |
protected double |
y
The cached value of the '
Y ' attribute. |
protected static double |
Y_EDEFAULT
The default value of the '
Y ' attribute. |
protected double |
z
The cached value of the '
Z ' attribute. |
protected static double |
Z_EDEFAULT
The default value of the '
Z ' attribute. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
PointImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setX(double newX) |
void |
setY(double newY) |
void |
setZ(double newZ) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final double X_EDEFAULT
X
' attribute.
getX()
,
Constant Field Valuesprotected static final double Y_EDEFAULT
Y
' attribute.
getY()
,
Constant Field Valuesprotected static final double Z_EDEFAULT
Z
' attribute.
getZ()
,
Constant Field Valuesprotected EClass eStaticClass()
eStaticClass
in class ValueImpl
public double getX()
getX
in interface Point
Point.setX(double)
,
ValuesPackage.getPoint_X()
public void setX(double newX)
setX
in interface Point
newX
- the new value of the 'X' attribute.Point.getX()
public double getY()
getY
in interface Point
Point.setY(double)
,
ValuesPackage.getPoint_Y()
public void setY(double newY)
setY
in interface Point
newY
- the new value of the 'Y' attribute.Point.getY()
public double getZ()
getZ
in interface Point
Point.setZ(double)
,
ValuesPackage.getPoint_Z()
public void setZ(double newZ)
setZ
in interface Point
newZ
- the new value of the 'Z' attribute.Point.getZ()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)