com.jxml.quick.util.qjml2java2
Class QCProperty
java.lang.Object
|
+--com.jxml.quick.ocm.OCMpeerSupportLite
|
+--com.jxml.quick.ocm.OCMrootPeerSupportLite
|
+--com.jxml.quick.ocm.OCMtemplate
|
+--com.jxml.quick.util.qjml2java2.QCProperty
- All Implemented Interfaces:
- OCMpeer, OCMrootPeer
- public class QCProperty
- extends OCMtemplate
Controller Class for Properties
- See Also:
- More details here.
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.ocm.OCMpeer |
init |
vt
public String vt
- It is veriable type
pName
public String pName
- It is property name
QCProperty
public QCProperty()
cvt
public void cvt(Object param)
throws SAXException,
IOException
- Method declaration
- Overrides:
cvt
in class OCMtemplate
- Parameters:
param
- Name of the parameter- Returns:
- string The name of the package
- Throws:
SAXException
- IOException
-
process
public String process(String templateName,
String arg)
throws SAXException,
IOException
- Method declaration
- Overrides:
process
in class OCMtemplate
- Parameters:
templateName
- The name of the Template
arg
- The parameter name,ie. method name, property type and property name
- Returns:
- string The string values to be plugged inside the templates
- Throws:
SAXException
- IOException
-