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
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 |
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
QMProperty
public QMProperty()
QMProperty
public QMProperty(String name,
String fClass,
boolean pAbstract,
boolean pRead,
boolean pWrite,
String initializer)
- full constructor
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