| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.FieldLimit
public abstract class FieldLimit
The FieldLimit class is used to define value limits for data fields of any type. The
 FieldLimit class is the superclass that represents the information for all field types.
| Constructor Summary | |
|---|---|
FieldLimit()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
Use this method for checking equality between the current object and the provided one.  | 
 int | 
getDataType()
Returns data type of the field.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 String | 
toString()
Returns a string description of the object.  | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FieldLimit()
| Method Detail | 
|---|
public int getDataType()
public boolean equals(Object obj)
equals in class Objectobj - the object that we are comparing to
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||