COLUMN_NAME_ATTR
public static final String COLUMN_NAME_ATTR
RELATED_FIELD_ATTR
public static final String RELATED_FIELD_ATTR
SQL_FIELD_TAG
public static final String SQL_FIELD_TAG
SQL_RELATION_TAG
public static final String SQL_RELATION_TAG
SQL_TABLE_TAG
public static final String SQL_TABLE_TAG
STYLE_ATTR
public static final String STYLE_ATTR
STYLE_FOREIGN_KEY_VALUE
public static final String STYLE_FOREIGN_KEY_VALUE
STYLE_RELATION_TABLE_VALUE
public static final String STYLE_RELATION_TABLE_VALUE
TABLE_NAME_ATTR
public static final String TABLE_NAME_ATTR
execute
public void execute()
throws xdoclet.XDocletException
- execute in interface xdoclet.SubTask
xdoclet.XDocletException
-
xdoclet.SubTask.execute()
getArrayExtensions
protected abstract Collection getArrayExtensions()
throws xdoclet.XDocletException
getClassExtensions
protected abstract Collection getClassExtensions()
throws xdoclet.XDocletException
getCollectionExtensions
protected abstract Collection getCollectionExtensions()
throws xdoclet.XDocletException
getCurrentClass
public XClass getCurrentClass()
Peeks and return the current class from top of currentClassStack stack.
- getCurrentClass in interface xdoclet.DocletSupport
setCurrentClass(xjavadoc.XClass)
getCurrentConstructor
public XConstructor getCurrentConstructor()
Returns current constructor.
- getCurrentConstructor in interface xdoclet.DocletSupport
- The CurrentConstructor value
setCurrentConstructor(xjavadoc.XConstructor)
getCurrentField
public XField getCurrentField()
Returns current field.
- getCurrentField in interface xdoclet.DocletSupport
setCurrentField(xjavadoc.XField)
getCurrentMethod
public XMethod getCurrentMethod()
Returns current method.
- getCurrentMethod in interface xdoclet.DocletSupport
setCurrentMethod(xjavadoc.XMethod)
getCurrentPackage
public XPackage getCurrentPackage()
Returns current package.
- getCurrentPackage in interface xdoclet.DocletSupport
setCurrentPackage(xjavadoc.XPackage)
getExtensions
protected Collection getExtensions(String level)
throws xdoclet.XDocletException
getFieldExtensions
protected abstract Collection getFieldExtensions()
throws xdoclet.XDocletException
getMapExtensions
protected abstract Collection getMapExtensions()
throws xdoclet.XDocletException
getMetadataSubTask
protected JdoXmlMetadataSubTask getMetadataSubTask()
getVendorDescription
public abstract String getVendorDescription()
getVendorName
public abstract String getVendorName()
popCurrentClass
public XClass popCurrentClass()
Popes current class from top currentClassStack stack. The poped class is no longer the current class.
- popCurrentClass in interface xdoclet.DocletSupport
- Description of the Returned Value
getCurrentClass()
, setCurrentClass(xjavadoc.XClass)
, pushCurrentClass(xjavadoc.XClass)
pushCurrentClass
public XClass pushCurrentClass(XClass clazz)
Pushes class clazz to top of currentClassStack stack, making it effectively the current class.
- pushCurrentClass in interface xdoclet.DocletSupport
clazz
- Description of Parameter
- Description of the Returned Value
setCurrentClass
public void setCurrentClass(XClass clazz)
Sets current class to clazz by clearing currentClassStack stack and pushing clazz into top of it.
- setCurrentClass in interface xdoclet.DocletSupport
clazz
- The new CurrentClass value
setCurrentConstructor
public void setCurrentConstructor(XConstructor constructor)
Sets the CurrentConstructor attribute of the DocletSupport object
- setCurrentConstructor in interface xdoclet.DocletSupport
constructor
- The new CurrentConstructor value
setCurrentField
public void setCurrentField(XField field)
Sets the CurrentField attribute of the DocletSupport object
- setCurrentField in interface xdoclet.DocletSupport
field
- The new CurrentField value
setCurrentMethod
public void setCurrentMethod(XMethod method)
Sets the CurrentMethod attribute of the DocletSupport object
- setCurrentMethod in interface xdoclet.DocletSupport
method
- The new CurrentMethod value
setCurrentPackage
public void setCurrentPackage(XPackage pakkage)
Returns current package.
- setCurrentPackage in interface xdoclet.DocletSupport
pakkage
- The new CurrentPackage value
setCurrentPackage(xjavadoc.XPackage)