com.jxml.quick.model.qjml
Interface QMTarget

All Known Implementing Classes:
QMTargetFactory, QMTargetEditor, QMTargetClass

public interface QMTarget

The element target represents a family of elements in QJML which are used to define Java object instantiation. Corrispondingly, QMTarget serves as a common interface for classes which model that family of elements.


Method Summary
 String getClassName()
          Returns the fully qualified name of the class being described by the coin holding this target element.
 

Method Detail

getClassName

public String getClassName()
                    throws SAXException
Returns the fully qualified name of the class being described by the coin holding this target element.