com.sun.wbem.query
Class NonJoinExp

java.lang.Object
  |
  +--com.sun.wbem.query.FromExp
        |
        +--com.sun.wbem.query.NonJoinExp

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

Constructor Summary
NonJoinExp(QualifiedAttributeExp exp)
          Constructor for NonJoinExp.
 
Method Summary
 QualifiedAttributeExp getAttribute()
          Accessor method for the 'table' name
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonJoinExp

public NonJoinExp(QualifiedAttributeExp exp)
Constructor for NonJoinExp.
Parameters:
exp - This is a QualifiedAttributeExp which represents the name of the appropriate 'table'
Method Detail

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