xdoclet.modules.triactive.jdo
public class TJDOSubTask extends VendorExtensionsSubTask
Modifier and Type | Class and Description |
---|---|
static class |
TJDOSubTask.TJDOVersionTypes |
COLUMN_NAME_ATTR, RELATED_FIELD_ATTR, SQL_FIELD_TAG, SQL_RELATION_TAG, SQL_TABLE_TAG, STYLE_ATTR, STYLE_FOREIGN_KEY_VALUE, STYLE_RELATION_TABLE_VALUE, TABLE_NAME_ATTR
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
TJDOSubTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSizeExtensions(java.util.Collection extensions,
xjavadoc.XTag tag,
java.lang.String sourcePrefix,
java.lang.String targetPrefix) |
protected java.util.Collection |
getArrayExtensions() |
protected java.util.Collection |
getClassExtensions() |
protected java.util.Collection |
getCollectionExtensions() |
protected java.util.Collection |
getFieldExtensions() |
protected java.util.Collection |
getMapExtensions() |
java.lang.String |
getVendorDescription() |
java.lang.String |
getVendorName() |
java.lang.String |
getVersion()
Gets the Version attribute of the TJDOSubTask object
|
void |
setVersion(TJDOSubTask.TJDOVersionTypes version)
The version of TJDO.
|
execute, getCurrentClass, getCurrentConstructor, getCurrentField, getCurrentMethod, getCurrentPackage, getExtensions, getMetadataSubTask, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentConstructor, setCurrentField, setCurrentMethod, setCurrentPackage
addConfigParam, copyAttributesFrom, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions
getCurrentClassTag, getCurrentFieldTag, getCurrentMethodTag, getCurrentTag, isDocletGenerated, setCurrentClassTag, setCurrentFieldTag, setCurrentMethodTag
public java.lang.String getVersion()
public java.lang.String getVendorName()
getVendorName
in class VendorExtensionsSubTask
VendorExtensionsSubTask.getVendorName()
public java.lang.String getVendorDescription()
getVendorDescription
in class VendorExtensionsSubTask
public void setVersion(TJDOSubTask.TJDOVersionTypes version)
version
- The new Version valueprotected java.util.Collection getClassExtensions() throws XDocletException
getClassExtensions
in class VendorExtensionsSubTask
XDocletException
protected java.util.Collection getFieldExtensions() throws XDocletException
getFieldExtensions
in class VendorExtensionsSubTask
XDocletException
protected java.util.Collection getCollectionExtensions() throws XDocletException
getCollectionExtensions
in class VendorExtensionsSubTask
XDocletException
protected java.util.Collection getArrayExtensions() throws XDocletException
getArrayExtensions
in class VendorExtensionsSubTask
XDocletException
protected java.util.Collection getMapExtensions() throws XDocletException
getMapExtensions
in class VendorExtensionsSubTask
XDocletException
protected void addSizeExtensions(java.util.Collection extensions, xjavadoc.XTag tag, java.lang.String sourcePrefix, java.lang.String targetPrefix)