xdoclet.modules.solarmetric.jdo

Class KodoSubTask

public class KodoSubTask extends VendorExtensionsSubTask

Version: $Revision: 1.3 $

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

UNKNOWN: 10 October 2002 display-name = "Solarmetric Kodo support" name = "kodo" parent = "xdoclet.modules.jdo.JdoDocletTask"

Nested Class Summary
static classKodoSubTask.KodoVersionTypes
Method Summary
protected CollectiongetArrayExtensions()
protected CollectiongetClassExtensions()
protected CollectiongetCollectionExtensions()
protected CollectiongetFieldExtensions()
protected CollectiongetMapExtensions()
StringgetVendorDescription()
StringgetVendorName()
StringgetVersion()
Gets the Version attribute of the KodoSubTask object
voidsetVersion(KodoSubTask.KodoVersionTypes version)
The version of Kodo.

Method Detail

getArrayExtensions

protected Collection getArrayExtensions()

getClassExtensions

protected Collection getClassExtensions()

Returns:

Throws: XDocletException

UNKNOWN: lock-column is likely to be standardizable

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

UNKNOWN: Kodo actually supports the maps, need to implement it here

getVendorDescription

public String getVendorDescription()

getVendorName

public String getVendorName()

Returns:

See Also: getVendorName

getVersion

public String getVersion()
Gets the Version attribute of the KodoSubTask object

Returns: The Version value

setVersion

public void setVersion(KodoSubTask.KodoVersionTypes version)
The version of Kodo. Supported versions are 2.3.

Parameters: version The new Version value

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