|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.wbem.query.ValueExp
|
+--javax.wbem.query.AttributeExp
This class represents SQL attributes used as arguments to SQL
relational constraints. An AttributeExp may be
used anywhere a ValueExp is required.
| Constructor Summary | |
AttributeExp()
Creates a new AttributeExp with an empty attribute
name |
|
AttributeExp(java.lang.String attr)
Creates a new AttributeExp representing the object
attribute named by attr. |
|
| Method Summary | |
ValueExp |
apply(CIMElement obj)
Returns the value associated with this attribute for the input 'row'. |
java.lang.String |
getAttributeName()
Accessor for attribute name. |
java.lang.String |
toString()
Returns the SQL syntax string representing its value. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AttributeExp(java.lang.String attr)
AttributeExp representing the object
attribute named by attr.
attr - The name of the attributepublic AttributeExp()
AttributeExp with an empty attribute
name
| Method Detail |
public java.lang.String getAttributeName()
public ValueExp apply(CIMElement obj)
throws CIMException
apply in class ValueExpobj - input 'row'public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||