com.jxml.quick.model.qiml
Class TargetClass

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

public class TargetClass
extends Object
implements Target

TargetClass - The targetClass element itentifies a class used to instantiate objects. The named class must have a public constructor which takes no parameters. Text content is ignored unless the named class implements com.jxml.quick.QBiModal. (If used to define an attribute, the named class must implement QBiModal.)


Field Summary
 String text
           
 
Constructor Summary
TargetClass(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

TargetClass

public TargetClass(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object