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.
text
public String text
TargetClass1
public TargetClass1(String text)
toString
public String toString()
- Overrides:
toString
in class Object