com.jxml.quick.model.qiml
Class TargetClass1

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

public class TargetClass1
extends Object
implements Target

TargetClass1 - The targetClass1 element itentifies a class used to instantiate objects. The named class must have a public constructor which takes a String parameters. Further, the class must have a toString method which returns the value passed to the constructor. The element being defined must have neither attributes nor element content.


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

TargetClass1

public TargetClass1(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object