xdoclet.modules.objectweb.jonas.ejb

Class JonasRelationTagsHandler

public class JonasRelationTagsHandler extends RelationTagsHandler

This tag handler handles tags needed for JOnAS relations

Version: $Revision$

Author: Aslak Helles?y

UNKNOWN: 12 mei 2002 Camilleri Jerome : adaptation for JOnAS relation tag namespace = "JOnASEjbRel"

Method Summary
voidensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left
voidforAllColumnMaps(String template, boolean left)
Describe what the method does
voidforAllLeftColumnMaps(String template)
voidforAllRightColumnMaps(String template)
Describe what the method does
StringforeignKeyColumn()
Describe what the method does
voidifHasKeyColumn(String template)
Describe what the method does
StringkeyColumn()
Describe what the method does

Method Detail

ensureColumnMapTagsRight

public void ensureColumnMapTagsRight()
Makes sure the column-map tags are on the right side and target-column-map tags left

forAllColumnMaps

public void forAllColumnMaps(String template, boolean left)
Describe what the method does

Parameters: template Describe what the parameter does left

Throws: XDocletException Describe the exception

forAllLeftColumnMaps

public void forAllLeftColumnMaps(String template)

forAllRightColumnMaps

public void forAllRightColumnMaps(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

foreignKeyColumn

public String foreignKeyColumn()
Describe what the method does

Returns: Describe the return value

ifHasKeyColumn

public void ifHasKeyColumn(String template)
Describe what the method does

Parameters: template Describe what the parameter does

Throws: XDocletException Describe the exception

keyColumn

public String keyColumn()
Describe what the method does

Returns: Describe the return value

Throws: XDocletException