public interface Real
The following features are supported:
OCLforUMLPackage.getReal()| Modifier and Type | Method and Description |
|---|---|
DataType |
getBase_DataType()
Returns the value of the 'Base Data Type' reference.
|
double |
getEpsilon()
Returns the value of the 'Epsilon' attribute.
|
double |
getMaximum()
Returns the value of the 'Maximum' attribute.
|
double |
getMinimum()
Returns the value of the 'Minimum' attribute.
|
boolean |
isSetEpsilon()
Returns whether the value of the '
Epsilon' attribute is set. |
boolean |
isSetMaximum()
Returns whether the value of the '
Maximum' attribute is set. |
boolean |
isSetMinimum()
Returns whether the value of the '
Minimum' attribute is set. |
void |
setBase_DataType(DataType value)
Sets the value of the '
Base Data Type' reference. |
void |
setEpsilon(double value)
Sets the value of the '
Epsilon' attribute. |
void |
setMaximum(double value)
Sets the value of the '
Maximum' attribute. |
void |
setMinimum(double value)
Sets the value of the '
Minimum' attribute. |
void |
unsetEpsilon()
Unsets the value of the '
Epsilon' attribute. |
void |
unsetMaximum()
Unsets the value of the '
Maximum' attribute. |
void |
unsetMinimum()
Unsets the value of the '
Minimum' attribute. |
DataType getBase_DataType()
If the meaning of the 'Base Data Type' reference isn't clear, there really should be more of a description here...
setBase_DataType(DataType),
OCLforUMLPackage.getReal_Base_DataType()void setBase_DataType(DataType value)
Base Data Type' reference.
value - the new value of the 'Base Data Type' reference.getBase_DataType()double getEpsilon()
isSetEpsilon(),
unsetEpsilon(),
setEpsilon(double),
OCLforUMLPackage.getReal_Epsilon()void setEpsilon(double value)
Epsilon' attribute.
value - the new value of the 'Epsilon' attribute.isSetEpsilon(),
unsetEpsilon(),
getEpsilon()void unsetEpsilon()
Epsilon' attribute.
isSetEpsilon(),
getEpsilon(),
setEpsilon(double)boolean isSetEpsilon()
Epsilon' attribute is set.
unsetEpsilon(),
getEpsilon(),
setEpsilon(double)double getMaximum()
isSetMaximum(),
unsetMaximum(),
setMaximum(double),
OCLforUMLPackage.getReal_Maximum()void setMaximum(double value)
Maximum' attribute.
value - the new value of the 'Maximum' attribute.isSetMaximum(),
unsetMaximum(),
getMaximum()void unsetMaximum()
Maximum' attribute.
isSetMaximum(),
getMaximum(),
setMaximum(double)boolean isSetMaximum()
Maximum' attribute is set.
unsetMaximum(),
getMaximum(),
setMaximum(double)double getMinimum()
isSetMinimum(),
unsetMinimum(),
setMinimum(double),
OCLforUMLPackage.getReal_Minimum()void setMinimum(double value)
Minimum' attribute.
value - the new value of the 'Minimum' attribute.isSetMinimum(),
unsetMinimum(),
getMinimum()void unsetMinimum()
Minimum' attribute.
isSetMinimum(),
getMinimum(),
setMinimum(double)boolean isSetMinimum()
Minimum' attribute is set.
unsetMinimum(),
getMinimum(),
setMinimum(double)Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.