xdoclet.modules.triactive.jdo

Class TJDOSubTask

public class TJDOSubTask extends VendorExtensionsSubTask

Version: $Revision: 1.3 $

Author: Ludovic Claude (ludovicc@users.sourceforge.net) David Jencks

UNKNOWN: 7 November 2002 display-name = "Triactive TJDO support" name = "triactive" parent = "xdoclet.modules.jdo.JdoDocletTask"

Nested Class Summary
static classTJDOSubTask.TJDOVersionTypes
Method Summary
protected voidaddSizeExtensions(Collection extensions, XTag tag, String sourcePrefix, String targetPrefix)
protected CollectiongetArrayExtensions()
protected CollectiongetClassExtensions()
protected CollectiongetCollectionExtensions()
protected CollectiongetFieldExtensions()
protected CollectiongetMapExtensions()
StringgetVendorDescription()
StringgetVendorName()
StringgetVersion()
Gets the Version attribute of the TJDOSubTask object
voidsetVersion(TJDOSubTask.TJDOVersionTypes version)
The version of TJDO.

Method Detail

addSizeExtensions

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

getArrayExtensions

protected Collection getArrayExtensions()

getClassExtensions

protected Collection getClassExtensions()

Returns:

Throws: XDocletException

getCollectionExtensions

protected Collection getCollectionExtensions()

getFieldExtensions

protected Collection getFieldExtensions()

Returns:

Throws: XDocletException

UNKNOWN: column-length is likely to be standardizable

getMapExtensions

protected Collection getMapExtensions()

Returns:

Throws: XDocletException

getVendorDescription

public String getVendorDescription()

getVendorName

public String getVendorName()

Returns:

See Also: getVendorName

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

UNKNOWN: "No, default is '2.0'."