|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.modules.ejb.dd.RelationTagsHandler.RelationHolder
public class RelationTagsHandler.RelationHolder
Holds class/method of the two end points of a relationship.
Constructor Summary | |
---|---|
RelationTagsHandler.RelationHolder()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Describe what the method does |
xjavadoc.XClass |
getLeft()
Gets the Left attribute of the RelationHolder object |
xjavadoc.XMethod |
getLeftMethod()
Gets the LeftMethod attribute of the RelationHolder object |
java.lang.String |
getLeftMultiplicity()
Gets the LeftMultiplicity attribute of the RelationHolder object |
java.lang.String |
getLeftRoleName()
Gets the LeftRoleName attribute of the RelationHolder object |
java.lang.String |
getName()
|
xjavadoc.XClass |
getRight()
Gets the Right attribute of the RelationHolder object |
xjavadoc.XMethod |
getRightMethod()
Gets the RightMethod attribute of the RelationHolder object |
java.lang.String |
getRightMultiplicity()
Gets the RightMultiplicity attribute of the RelationHolder object |
java.lang.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 |
java.lang.String |
toString()
Describe what the method does |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RelationTagsHandler.RelationHolder()
Method Detail |
---|
public boolean isBidirectional()
public boolean isOne2One() throws XDocletException
XDocletException
public boolean isOne2Many() throws XDocletException
XDocletException
public boolean isMany2Many() throws XDocletException
XDocletException
public java.lang.String getLeftMultiplicity() throws XDocletException
XDocletException
public java.lang.String getRightMultiplicity() throws XDocletException
XDocletException
public xjavadoc.XClass getLeft()
public xjavadoc.XMethod getLeftMethod()
public xjavadoc.XClass getRight()
public xjavadoc.XMethod getRightMethod()
public boolean isRightNavigable()
public boolean isLeftNavigable()
public java.lang.String getLeftRoleName() throws XDocletException
XDocletException
public java.lang.String getRightRoleName() throws XDocletException
XDocletException
public boolean isLeftMany() throws XDocletException
XDocletException
public boolean isRightMany() throws XDocletException
XDocletException
public boolean isLeftCascadeDelete() throws XDocletException
XDocletException
public boolean isRightCascadeDelete() throws XDocletException
XDocletException
public java.lang.String getName() throws XDocletException
XDocletException
public void swap()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- Describe what the parameter does
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |