|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.FieldLimitInfo
com.remedy.arsys.api.RealLimitInfo
The RealLimitInfo class
defines the value limits for a real number( field.
DataType.REAL)
| Constructor Summary | |
RealLimitInfo(double low,
double high,
int precision)
Constructs a new RealLimitInfo object |
|
| Method Summary | |
java.lang.Object |
clone()
Makes a deep copy of the object. |
double |
getHighRange()
Returns the upper-range limit. |
double |
getLowRange()
Returns the lower-range limit. |
int |
getPrecision()
Returns the display precision. |
void |
setHighRange(double high)
Sets the upper-range limit. |
void |
setLowRange(double low)
Sets the lower-range limit. |
void |
setPrecision(int precision)
Sets the display precision. |
| Methods inherited from class com.remedy.arsys.api.FieldLimitInfo |
getDataType |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RealLimitInfo(double low,
double high,
int precision)
RealLimitInfo object
low - Lower-range limit.high - Upper-range limit.precision - Display precision.| Method Detail |
public double getLowRange()
public double getHighRange()
public int getPrecision()
public void setLowRange(double low)
public void setHighRange(double high)
public void setPrecision(int precision)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class FieldLimitInfojava.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||