com.jxml.quick.model.qjml
Class QMTargetClass

java.lang.Object
  |
  +--com.jxml.quick.model.qjml.QMCloneable
        |
        +--com.jxml.quick.model.qjml.QMTargetClass
All Implemented Interfaces:
Cloneable, QBiModal, QMTarget

public class QMTargetClass
extends QMCloneable
implements QMTarget, QBiModal

Models the targetClass element in QJML. The targetClass element simply gives the fully qualified name of a Java class.

DTD:

<!ELEMENT targetClass (#PCDATA)>

<!ATTLIST targetClass
    ID id #IMPLIED
>


Field Summary
 String text
          The text content of the element.
 
Constructor Summary
QMTargetClass()
           
 
Method Summary
 String getClassName()
          Returns the fully qualified name of the class being described by the coin holding this target element.
 String getQText()
          Returns the text content of the element.
 void setQText(String text)
          Sets the text content of the element.
 
Methods inherited from class com.jxml.quick.model.qjml.QMCloneable
clone, clone, clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
The text content of the element.
Constructor Detail

QMTargetClass

public QMTargetClass()
Method Detail

getQText

public String getQText()
Returns the text content of the element.
Specified by:
getQText in interface QBiModal

setQText

public void setQText(String text)
Sets the text content of the element.
Specified by:
setQText in interface QBiModal

getClassName

public String getClassName()
                    throws SAXException
Description copied from interface: QMTarget
Returns the fully qualified name of the class being described by the coin holding this target element.
Specified by:
getClassName in interface QMTarget