|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FieldLimit com.bmc.arsys.api.RealFieldLimit
public class RealFieldLimit
The RealFieldLimit
class
defines the value limits for a real number(
field.
DataType.REAL
)
Constructor Summary | |
---|---|
RealFieldLimit()
|
|
RealFieldLimit(double low,
double high,
int precision)
Constructs a new RealLimitInfo object |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
double |
getHighRange()
Returns the upper-range limit. |
double |
getLowRange()
Returns the lower-range limit. |
int |
getPrecision()
Returns the display precision. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
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. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.FieldLimit |
---|
getDataType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RealFieldLimit()
public RealFieldLimit(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 Object clone() throws CloneNotSupportedException
clone
in class FieldLimit
CloneNotSupportedException
public String toString()
toString
in class FieldLimit
public int hashCode()
hashCode
in class FieldLimit
public boolean equals(Object obj)
equals
in class FieldLimit
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |