|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.iquery.metadata.business.LookupList
public class LookupList
Contains a list of LookupValue
objects that are used for possible filter values
for a data item.
Field Summary |
---|
Fields inherited from interface com.sas.iquery.metadata.business.ModelItem |
---|
EVENT_OBJECT_PROPERTY_CHANGED |
Fields inherited from interface com.sas.iquery.metadata.business.Base |
---|
EVENT_OBJECT_DEFINITION_CHANGED |
Constructor Summary | |
---|---|
LookupList()
Creates an LookupList object with an empty list. |
|
LookupList(java.util.List values)
Creates an LookupList object with the specified lookup values. |
|
LookupList(java.util.List values,
boolean allowDuplicates)
Creates an LookupList object with the specified lookup values. |
Method Summary | |
---|---|
java.util.List |
getValuesList()
Returns a copy of the list of lookup values. |
void |
setValuesList(java.util.List values)
Sets the list of LookupValue objects as the values. |
void |
setValuesList(java.util.List values,
boolean allowDuplicates)
Sets the list of LookupValue objects as the values. |
Methods inherited from interface com.sas.iquery.metadata.PropertyChangeListenee |
---|
addListener, getListeners, removeListener |
Constructor Detail |
---|
public LookupList()
public LookupList(java.util.List values) throws MetadataException
java.lang.IllegalArgumentException
- if the specified values list is null.
MetadataException
- if one or more of the values in the lookup values list are not LookupValue objects.public LookupList(java.util.List values, boolean allowDuplicates) throws MetadataException
values
- List of valuesallowDuplicates
- Boolean to indicate whether to allow duplicates in the list.
java.lang.IllegalArgumentException
- if the specified values list is null.
MetadataException
- if one or more of the values in the lookup values list are not LookupValue objects.Method Detail |
---|
public void setValuesList(java.util.List values) throws MetadataException
LookupValue
objects as the values.
java.lang.IllegalArgumentException
- if the specified values list is null.
MetadataException
- if one or more of the values in the lookup values list are not LookupValue objects.public void setValuesList(java.util.List values, boolean allowDuplicates) throws MetadataException
LookupValue
objects as the values.
values
- List of valuesallowDuplicates
- Boolean to indicate whether to allow duplicates in the list.
java.lang.IllegalArgumentException
- if the specified values list is null.
MetadataException
- if one or more of the values in the lookup values list are not LookupValue objects.public java.util.List getValuesList()
LookupValue
.
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |