javax.wbem.query
Class WQLExp

java.lang.Object
  |
  +--javax.wbem.query.WQLExp
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SelectExp

public abstract class WQLExp
extends java.lang.Object
implements java.io.Serializable

The WQLExp class is an abstract class whose subclasses represent all valid WBEM queries.

Since:
WBEM 1.0
See Also:
CIMClient.execQuery(javax.wbem.cim.CIMObjectPath, java.lang.String, java.lang.String), javax.wbem.provider20.InstanceProvider#execQuery, Serialized Form

Constructor Summary
WQLExp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WQLExp

public WQLExp()