com.jxml.quick.model.qiml
Class TargetFactory

java.lang.Object
  |
  +--com.jxml.quick.model.qiml.TargetFactory
All Implemented Interfaces:
Target

public class TargetFactory
extends Object
implements Target

TargetFactory - The targetFactory element identifies a class which implements com.jxml.quick.tf.QTargetFactory. Instances of the named class are used to create objects and to identify objects which may have been created by it.


Field Summary
 String text
           
 
Constructor Summary
TargetFactory(String text)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public String text
Constructor Detail

TargetFactory

public TargetFactory(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object