wt.query.qml
Class ClassFromHandler

java.lang.Object
  extended bywt.query.qml.ClassFromHandler
All Implemented Interfaces:
FromHandler, QueryElementHandler

public class ClassFromHandler
extends Object
implements FromHandler



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
ClassFromHandler()
           
 
Method Summary
 void appendQueryElement(QuerySpec a_querySpec, Element a_element, Hashtable a_parameterMap)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ClassFromHandler

public ClassFromHandler()
Method Detail

appendQueryElement

public void appendQueryElement(QuerySpec a_querySpec,
                               Element a_element,
                               Hashtable a_parameterMap)
                        throws QMLException


Supported API: false

Specified by:
appendQueryElement in interface QueryElementHandler
Parameters:
a_querySpec -
a_element -
a_parameterMap -
Throws:
QMLException