|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An ItemClass defines a List Of Values for one or more
Query Items.
| Method Summary | |
QueryItem |
getOrderQueryItem()
Returns the query item that holds the order of the values for this Item Class. |
QueryItem[] |
getQueryItems()
Returns the list of query items that use this Item Class. |
QueryObject |
getQueryObject()
Returns the owning query object. |
QueryItem |
getValuesQueryItem()
Returns the query item that holds the Values for this Item Class. |
void |
setOrderQueryItem(QueryItem queryItem)
Sets the query item that holds the order of the values for this Item Class. |
void |
setValuesQueryItem(QueryItem queryItem)
Sets the query item that holds the individual Values for this Item Class. |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Method Detail |
public QueryObject getQueryObject()
public void setValuesQueryItem(QueryItem queryItem)
queryItem - a QueryItem that holds the values for this Item Class.getValuesQueryItem()public QueryItem getValuesQueryItem()
null if nonesetValuesQueryItem(oracle.owb.intelligence.QueryItem)public void setOrderQueryItem(QueryItem queryItem)
queryItem - a QueryItem that holds the order values.getOrderQueryItem()public QueryItem getOrderQueryItem()
null if none.setOrderQueryItem(oracle.owb.intelligence.QueryItem)public QueryItem[] getQueryItems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||