|
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.ViewLimits
The ViewLimits
class
defines the value limits for a character(
field
DataType.CHAR
)
Constructor Summary | |
ViewLimits()
|
|
ViewLimits(int max)
Constructs a new ViewLimits object |
Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
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 ViewLimits(int max)
ViewLimits
object
max
- Maximum field length. Specify zero to indicate no maximum.public ViewLimits()
Method Detail |
public void setMaxLength(int max)
public int getMaxLength()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class FieldLimitInfo
java.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 |