xdoclet.modules.triactive.jdo

Class TJDOSubTask


public class TJDOSubTask
extends VendorExtensionsSubTask

Version:
$Revision: 1.3 $
Authors:
Ludovic Claude (ludovicc@users.sourceforge.net)
David Jencks
ant.element
display-name = "Triactive TJDO support" name = "triactive" parent = "xdoclet.modules.jdo.JdoDocletTask"
created
7 November 2002

Nested Class Summary

static class
TJDOSubTask.TJDOVersionTypes

Method Summary

protected void
addSizeExtensions(Collection extensions, XTag tag, String sourcePrefix, String targetPrefix)
protected Collection
getArrayExtensions()
protected Collection
getClassExtensions()
protected Collection
getCollectionExtensions()
protected Collection
getFieldExtensions()
protected Collection
getMapExtensions()
String
getVendorDescription()
String
getVendorName()
String
getVersion()
Gets the Version attribute of the TJDOSubTask object
void
setVersion(TJDOSubTask.TJDOVersionTypes version)
The version of TJDO.

Method Details

addSizeExtensions

protected void addSizeExtensions(Collection extensions,
                                 XTag tag,
                                 String sourcePrefix,
                                 String targetPrefix)

getArrayExtensions

protected Collection getArrayExtensions()
            throws xdoclet.XDocletException

getClassExtensions

protected Collection getClassExtensions()
            throws xdoclet.XDocletException
Returns:
Throws:
xdoclet.XDocletException -

getCollectionExtensions

protected Collection getCollectionExtensions()
            throws xdoclet.XDocletException

getFieldExtensions

protected Collection getFieldExtensions()
            throws xdoclet.XDocletException
Returns:
Throws:
xdoclet.XDocletException -
To do:
column-length is likely to be standardizable

getMapExtensions

protected Collection getMapExtensions()
            throws xdoclet.XDocletException
Returns:
Throws:
xdoclet.XDocletException -

getVendorDescription

public String getVendorDescription()

getVendorName

public String getVendorName()
Returns:

getVersion

public String getVersion()
Gets the Version attribute of the TJDOSubTask object
Returns:
The Version value

setVersion

public void setVersion(TJDOSubTask.TJDOVersionTypes version)
The version of TJDO. Supported versions are 2.0.
Parameters:
version - The new Version value
ant.not-required
"No, default is '2.0'."