com.remedy.arsys.api
Class EnumLimitInfo
java.lang.Object
|
+--com.remedy.arsys.api.FieldLimitInfo
|
+--com.remedy.arsys.api.EnumLimitInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class EnumLimitInfo
- extends FieldLimitInfo
- implements java.lang.Cloneable
The EnumLimitInfo class
defines the value limits for a selection(DataType.ENUM) field.
|
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumLimitInfo
public EnumLimitInfo(NameID[] enums)
- Constructs a new
EnumLimitInfo object.
- Parameters:
enums - An array of NameID objects that make up the enumerated values.
setEnumLimit
public void setEnumLimit(NameID[] enums)
- Sets the enumerated values of the field.
getEnumLimit
public NameID[] getEnumLimit()
- Returns the enumerated values of the field.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone in class FieldLimitInfo