|
6.3 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.EnumLimitInfo
The EnumLimitInfo class
defines the value limits for a selection( field.
DataType.ENUM)
| Constructor Summary | |
|---|---|
EnumLimitInfo(NameID[] enums)
Constructs a new EnumLimitInfo object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
NameID[] |
getEnumLimit()
Returns the enumerated values of the field. |
void |
setEnumLimit(NameID[] enums)
Sets the enumerated values of the field. |
| 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 EnumLimitInfo(NameID[] enums)
EnumLimitInfo object.
enums - An array of NameID objects that make up the enumerated values.| Method Detail |
public void setEnumLimit(NameID[] enums)
public NameID[] getEnumLimit()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class FieldLimitInfojava.lang.CloneNotSupportedException
|
6.3 Action Request System Java API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||