|
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.DisplayLimits
The DisplayLimits class
defines the value limits for a character( field.
DataType.CHAR)
| Constructor Summary | |
DisplayLimits()
|
|
DisplayLimits(int max)
Constructs a new DisplayLimits object |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getMaxLength()
Returns the maximum field length |
void |
setMaxLength(int max)
Sets the maximum field length. |
| 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 DisplayLimits(int max)
DisplayLimits object
max - Maximum field length. Specify zero to indicate no maximum.public DisplayLimits()
| Method Detail |
public void setMaxLength(int max)
public int getMaxLength()
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 | |||||||||