7.0 Action Request System Java API

com.remedy.arsys.api
Class FieldLimitInfo

java.lang.Object
  extended bycom.remedy.arsys.api.FieldLimitInfo
Direct Known Subclasses:
AttachmentLimitInfo, CharLimitInfo, ColumnLimitInfo, CurrencyLimitInfo, DecimalLimitInfo, DiaryLimitInfo, DisplayLimits, EnumLimitInfo, IntegerLimitInfo, RealLimitInfo, TableLimitInfo, ViewLimits

public abstract class FieldLimitInfo
extends java.lang.Object

The FieldLimitInfo class is used to define value limits for data fields of any type. The FieldLimitInfo class is the superclass that represents the information for all field types.


Constructor Summary
FieldLimitInfo()
           
 
Method Summary
protected  java.lang.Object clone()
          Makes a copy of the object.
 int getDataType()
          Returns data type of the field.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldLimitInfo

public FieldLimitInfo()
Method Detail

getDataType

public int getDataType()
Returns data type of the field.


clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API