public class RealImpl extends EObjectImpl implements Real
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
DataType |
basicGetBase_DataType() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
DataType |
getBase_DataType() |
double |
getEpsilon() |
double |
getMaximum() |
double |
getMinimum() |
boolean |
isSetEpsilon() |
boolean |
isSetMaximum() |
boolean |
isSetMinimum() |
void |
setBase_DataType(DataType newBase_DataType) |
void |
setEpsilon(double newEpsilon) |
void |
setMaximum(double newMaximum) |
void |
setMinimum(double newMinimum) |
String |
toString() |
void |
unsetEpsilon() |
void |
unsetMaximum() |
void |
unsetMinimum() |
public DataType getBase_DataType()
getBase_DataType in interface RealReal.setBase_DataType(DataType),
OCLforUMLPackage.getReal_Base_DataType()public DataType basicGetBase_DataType()
public void setBase_DataType(DataType newBase_DataType)
setBase_DataType in interface RealnewBase_DataType - the new value of the 'Base Data Type' reference.Real.getBase_DataType()public double getEpsilon()
getEpsilon in interface RealReal.isSetEpsilon(),
Real.unsetEpsilon(),
Real.setEpsilon(double),
OCLforUMLPackage.getReal_Epsilon()public void setEpsilon(double newEpsilon)
setEpsilon in interface RealnewEpsilon - the new value of the 'Epsilon' attribute.Real.isSetEpsilon(),
Real.unsetEpsilon(),
Real.getEpsilon()public void unsetEpsilon()
unsetEpsilon in interface RealReal.isSetEpsilon(),
Real.getEpsilon(),
Real.setEpsilon(double)public boolean isSetEpsilon()
isSetEpsilon in interface RealReal.unsetEpsilon(),
Real.getEpsilon(),
Real.setEpsilon(double)public double getMaximum()
getMaximum in interface RealReal.isSetMaximum(),
Real.unsetMaximum(),
Real.setMaximum(double),
OCLforUMLPackage.getReal_Maximum()public void setMaximum(double newMaximum)
setMaximum in interface RealnewMaximum - the new value of the 'Maximum' attribute.Real.isSetMaximum(),
Real.unsetMaximum(),
Real.getMaximum()public void unsetMaximum()
unsetMaximum in interface RealReal.isSetMaximum(),
Real.getMaximum(),
Real.setMaximum(double)public boolean isSetMaximum()
isSetMaximum in interface RealReal.unsetMaximum(),
Real.getMaximum(),
Real.setMaximum(double)public double getMinimum()
getMinimum in interface RealReal.isSetMinimum(),
Real.unsetMinimum(),
Real.setMinimum(double),
OCLforUMLPackage.getReal_Minimum()public void setMinimum(double newMinimum)
setMinimum in interface RealnewMinimum - the new value of the 'Minimum' attribute.Real.isSetMinimum(),
Real.unsetMinimum(),
Real.getMinimum()public void unsetMinimum()
unsetMinimum in interface RealReal.isSetMinimum(),
Real.getMinimum(),
Real.setMinimum(double)public boolean isSetMinimum()
isSetMinimum in interface RealReal.unsetMinimum(),
Real.getMinimum(),
Real.setMinimum(double)public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.