|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.cmdb.api.CMDBAttributeLimit
com.bmc.cmdb.api.CMDBRealLimit
public class CMDBRealLimit
The CMDBRealLimit
class defines the limit of a
real attribute.
Field Summary |
---|
Constructor Summary | |
---|---|
CMDBRealLimit()
Creates a default real attribute limit that has a low range of -1.845e+019, a high range of 1.845e+019, and a precision of 6. |
|
CMDBRealLimit(double low,
double high,
int precision)
Creates a real attribute limit with the specified low, high, and precision range. |
Method Summary | |
---|---|
double |
getHighRange()
Gets the high range of the real attribute limit. |
double |
getLowRange()
Gets the low range of the real attribute limit. |
int |
getPrecision()
Gets the precision of the real attribute limit. |
void |
setHighRange(double high)
Sets the high range of the real attribute limit. |
void |
setLowRange(double low)
Sets the low range of the real attribute limit. |
void |
setPrecision(int precision)
Sets the precision of the real attribute limit. |
Methods inherited from class com.bmc.cmdb.api.CMDBAttributeLimit |
---|
getDataType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMDBRealLimit()
public CMDBRealLimit(double low, double high, int precision)
low
- the low range specifiedhigh
- the high range specifiedprecision
- the precision specifiedMethod Detail |
---|
public double getLowRange()
public double getHighRange()
public int getPrecision()
public void setLowRange(double low)
low
- the low range of the attribute limit to setpublic void setHighRange(double high)
high
- the high range of the attribute limit to setpublic void setPrecision(int precision)
precision
- the precision of the attribute limit to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |