com.sun.wbem.query
Class FromExp

java.lang.Object
  |
  +--com.sun.wbem.query.FromExp
Direct Known Subclasses:
NonJoinExp

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

The FromExp class is an abstract class whose subclasses represent 'from' clauses.

Since:
WBEM 1.0
See Also:
Serialized Form

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

Constructor Detail

FromExp

public FromExp()