javax.wbem.query
Class NonJoinExp
java.lang.Object
|
+--javax.wbem.query.FromExp
|
+--javax.wbem.query.NonJoinExp
- All Implemented Interfaces:
- java.io.Serializable
- public class NonJoinExp
- extends FromExp
The NonJoinExp represents From clauses which have only one table
specified to apply the select operation to. In WQL CIM classes are mapped
into tables.
- Since:
- WBEM 1.0
- See Also:
CIMClass
, Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NonJoinExp
public NonJoinExp(QualifiedAttributeExp exp)
- Constructor for NonJoinExp.
- Parameters:
exp
- This is a QualifiedAttributeExp which represents the name
of the appropriate 'table'
getAttribute
public QualifiedAttributeExp getAttribute()
- Accessor method for the 'table' name
- Returns:
- QualifiedAtributeExp
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object