public class CylinderImpl extends VisualValueImpl implements Cylinder
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static double |
BOTTOM_RADIUS_EDEFAULT
The default value of the '
Bottom Radius ' attribute. |
protected double |
bottomRadius
The cached value of the '
Bottom Radius ' attribute. |
protected Point |
distal
The cached value of the '
Distal ' containment reference. |
protected double |
height
The cached value of the '
Height ' attribute. |
protected static double |
HEIGHT_EDEFAULT
The default value of the '
Height ' attribute. |
protected static double |
TOP_RADIUS_EDEFAULT
The default value of the '
Top Radius ' attribute. |
protected double |
topRadius
The cached value of the '
Top Radius ' attribute. |
groupElements, position
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
CylinderImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetDistal(Point newDistal,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
double |
getBottomRadius() |
Point |
getDistal() |
double |
getHeight() |
double |
getTopRadius() |
void |
setBottomRadius(double newBottomRadius) |
void |
setDistal(Point newDistal) |
void |
setHeight(double newHeight) |
void |
setTopRadius(double newTopRadius) |
java.lang.String |
toString() |
basicSetPosition, getGroupElements, getPosition, setPosition
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGroupElements, getPosition, setPosition
isSynched, setSynched
protected static final double BOTTOM_RADIUS_EDEFAULT
Bottom Radius
' attribute.
getBottomRadius()
,
Constant Field Valuesprotected double bottomRadius
Bottom Radius
' attribute.
getBottomRadius()
protected static final double TOP_RADIUS_EDEFAULT
Top Radius
' attribute.
getTopRadius()
,
Constant Field Valuesprotected double topRadius
Top Radius
' attribute.
getTopRadius()
protected static final double HEIGHT_EDEFAULT
Height
' attribute.
getHeight()
,
Constant Field Valuesprotected double height
Height
' attribute.
getHeight()
protected Point distal
Distal
' containment reference.
getDistal()
protected EClass eStaticClass()
eStaticClass
in class VisualValueImpl
public double getBottomRadius()
getBottomRadius
in interface Cylinder
Cylinder.setBottomRadius(double)
,
ValuesPackage.getCylinder_BottomRadius()
public void setBottomRadius(double newBottomRadius)
setBottomRadius
in interface Cylinder
newBottomRadius
- the new value of the 'Bottom Radius' attribute.Cylinder.getBottomRadius()
public double getTopRadius()
getTopRadius
in interface Cylinder
Cylinder.setTopRadius(double)
,
ValuesPackage.getCylinder_TopRadius()
public void setTopRadius(double newTopRadius)
setTopRadius
in interface Cylinder
newTopRadius
- the new value of the 'Top Radius' attribute.Cylinder.getTopRadius()
public double getHeight()
getHeight
in interface Cylinder
Cylinder.setHeight(double)
,
ValuesPackage.getCylinder_Height()
public void setHeight(double newHeight)
setHeight
in interface Cylinder
newHeight
- the new value of the 'Height' attribute.Cylinder.getHeight()
public Point getDistal()
getDistal
in interface Cylinder
Cylinder.setDistal(Point)
,
ValuesPackage.getCylinder_Distal()
public NotificationChain basicSetDistal(Point newDistal, NotificationChain msgs)
public void setDistal(Point newDistal)
setDistal
in interface Cylinder
newDistal
- the new value of the 'Distal' containment reference.Cylinder.getDistal()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class VisualValueImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class VisualValueImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class VisualValueImpl
public void eUnset(int featureID)
eUnset
in class VisualValueImpl
public boolean eIsSet(int featureID)
eIsSet
in class VisualValueImpl