|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--javax.wbem.query.SelectList
SelectList represents a list of attributes which are used as the projection for the returned 'row'.
| Constructor Summary | |
SelectList(AttributeExp exp)
Constructor for a single attribute list. |
|
| Method Summary | |
void |
addElement(AttributeExp exp)
Adds new attributes to the list. |
CIMElement |
apply(CIMElement ce)
Projects the appropriate 'columns' from the input 'row'. |
java.util.Enumeration |
elements()
Enumeration of all the attributes. |
java.lang.String |
toString()
WQL String form of the select list. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SelectList(AttributeExp exp)
constructs - a list with a single attribute. A '*' represents
projection of all attributes.| Method Detail |
public void addElement(AttributeExp exp)
exp - Attribute to be added.public java.util.Enumeration elements()
public java.lang.String toString()
toString in class java.lang.Object
public CIMElement apply(CIMElement ce)
throws CIMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||