com.jxml.quick.util.qjml4
Class QMProperty

java.lang.Object
  |
  +--com.jxml.quick.QConverterSupport
        |
        +--com.jxml.quick.util.qjml4.QGBase
              |
              +--com.jxml.quick.util.qjml4.QMProperty
All Implemented Interfaces:
Item, QConverter, QGBaseIntf, QMConnector

public class QMProperty
extends QGBase
implements QGBaseIntf, QMConnector


Field Summary
 String fClass
           
 String initializer
           
 String name
           
 boolean pAbstract
          default = "false"
 boolean pRead
          default = "true"
 boolean pWrite
          default = "true"
 
Fields inherited from class com.jxml.quick.QConverterSupport
al, destination, PUBLIC, rootTag, SYSTEM
 
Constructor Summary
QMProperty()
           
QMProperty(String name, String fClass, boolean pAbstract, boolean pRead, boolean pWrite, String initializer)
          full constructor
 
Method Summary
 void print(PrintWriter pw, String indent)
          print a summary of this object
 
Methods inherited from class com.jxml.quick.util.qjml4.QGBase
cvt, print
 
Methods inherited from class com.jxml.quick.QConverterSupport
addBase64Attribute, addBase64Content, addBigDecimalAttribute, addBigDecimalContent, addBooleanAttribute, addBooleanAttribute, addBooleanContent, addBooleanContent, addByteAttribute, addByteAttribute, addByteContent, addByteContent, addCharAttribute, addCharAttribute, addCharContent, addCharContent, addDoubleAttribute, addDoubleAttribute, addDoubleContent, addDoubleContent, addFloatAttribute, addFloatAttribute, addFloatContent, addFloatContent, addIntAttribute, addIntAttribute, addIntContent, addIntContent, addLongAttribute, addLongAttribute, addLongContent, addLongContent, addShortAttribute, addShortAttribute, addShortContent, addShortContent, addStringAttribute, addStringContent, addURLAttribute, addURLContent, emptyElement, endElement, eval, eval, evalRoot, getPUBLIC, getRootTag, getSYSTEM, main, setDestination, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jxml.quick.util.qjml4.QGBaseIntf
print
 

Field Detail

name

public String name

fClass

public String fClass

pAbstract

public boolean pAbstract
default = "false"

pRead

public boolean pRead
default = "true"

pWrite

public boolean pWrite
default = "true"

initializer

public String initializer
Constructor Detail

QMProperty

public QMProperty()

QMProperty

public QMProperty(String name,
                  String fClass,
                  boolean pAbstract,
                  boolean pRead,
                  boolean pWrite,
                  String initializer)
full constructor
Method Detail

print

public void print(PrintWriter pw,
                  String indent)
Description copied from interface: QGBaseIntf
print a summary of this object
Specified by:
print in interface QGBaseIntf
Overrides:
print in class QGBase