xdoclet.modules.ejb.dd
public class RelationTagsHandler.RelationHolder extends Object
UNKNOWN: August 28, 2001
Method Summary | |
---|---|
boolean | equals(Object o)
Describe what the method does
|
XClass | getLeft()
Gets the Left attribute of the RelationHolder object
|
XMethod | getLeftMethod()
Gets the LeftMethod attribute of the RelationHolder object
|
String | getLeftMultiplicity()
Gets the LeftMultiplicity attribute of the RelationHolder object
|
String | getLeftRoleName()
Gets the LeftRoleName attribute of the RelationHolder object
|
String | getName() |
XClass | getRight()
Gets the Right attribute of the RelationHolder object
|
XMethod | getRightMethod()
Gets the RightMethod attribute of the RelationHolder object
|
String | getRightMultiplicity()
Gets the RightMultiplicity attribute of the RelationHolder object
|
String | getRightRoleName()
Gets the RightRoleName attribute of the RelationHolder object
|
int | hashCode()
Describe what the method does
|
boolean | isBidirectional()
Gets the Bidirectional attribute of the RelationHolder object
|
boolean | isLeftCascadeDelete()
Gets the LeftCascadeDelete attribute of the RelationHolder object
|
boolean | isLeftMany()
Gets the LeftMany attribute of the RelationHolder object
|
boolean | isLeftNavigable()
Gets the LeftNavigable attribute of the RelationHolder object
|
boolean | isMany2Many()
Gets the Many2Many attribute of the RelationHolder object
|
boolean | isOne2Many()
Gets the One2Many attribute of the RelationHolder object
|
boolean | isOne2One()
Gets the One2One attribute of the RelationHolder object
|
boolean | isRightCascadeDelete()
Gets the RightCascadeDelete attribute of the RelationHolder object
|
boolean | isRightMany()
Gets the RightMany attribute of the RelationHolder object
|
boolean | isRightNavigable()
Gets the RightNavigable attribute of the RelationHolder object
|
void | swap()
Describe what the method does |
String | toString()
Describe what the method does
|
Parameters: o Describe what the parameter does
Returns: Describe the return value
Returns: The Left value
Returns: The LeftMethod value
Returns: The LeftMultiplicity value
Throws: XDocletException
Returns: The LeftRoleName value
Throws: XDocletException
Returns: the name of the relation
Throws: XDocletException
Returns: The Right value
Returns: The RightMethod value
Returns: The RightMultiplicity value
Throws: XDocletException
Returns: The RightRoleName value
Throws: XDocletException
Returns: Describe the return value
Returns: The Bidirectional value
Returns: The LeftCascadeDelete value
Throws: XDocletException
Returns: The LeftMany value
Throws: XDocletException
Returns: The LeftNavigable value
Returns: The Many2Many value
Throws: XDocletException
Returns: The One2Many value
Throws: XDocletException
Returns: The One2One value
Throws: XDocletException
Returns: The RightCascadeDelete value
Throws: XDocletException
Returns: The RightMany value
Throws: XDocletException
Returns: The RightNavigable value
Returns: Describe the return value