|
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.EnumLimitInfo
The EnumLimitInfo
class
defines the value limits for a selection(
field.
DataType.ENUM
)
Field Summary | |
static int |
CUSTOM
|
static int |
REGULAR
|
Constructor Summary | |
EnumLimitInfo(EnumItem[] customEnums)
Constructs a new EnumLimitInfo object. |
|
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. |
EnumItem[] |
getEnumCustomLimit()
|
int |
getEnumListStyle()
|
NameID[] |
getEnumRegularLimit()
Returns the enumerated values of the field. |
void |
setEnumLimit(EnumItem[] customEnums)
|
void |
setEnumLimit(NameID[] enums)
Sets the enumerated values of the field. |
void |
setEnumListStyle(int listStyle)
|
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 |
Field Detail |
public static final int REGULAR
public static final int CUSTOM
Constructor Detail |
public EnumLimitInfo(NameID[] enums)
EnumLimitInfo
object.
enums
- An array of NameID
objects that make up the enumerated values.public EnumLimitInfo(EnumItem[] customEnums)
EnumLimitInfo
object.
Method Detail |
public void setEnumLimit(NameID[] enums)
public void setEnumLimit(EnumItem[] customEnums)
public NameID[] getEnumRegularLimit()
public EnumItem[] getEnumCustomLimit()
public int getEnumListStyle()
public void setEnumListStyle(int listStyle)
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 |