|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.merge.MergePair
Class containing a pair of items that need to be merged.
Field Summary | |
org.w3c.dom.Element |
left
Left and right hand elements. |
org.w3c.dom.Element |
right
Right. |
Method Summary | |
org.w3c.dom.Element |
getLeftElement()
Get the left hand side element in the pair. |
org.w3c.dom.Element |
getRightElement()
Get the right hand side element in the pair. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public org.w3c.dom.Element left
public org.w3c.dom.Element right
Method Detail |
public org.w3c.dom.Element getLeftElement()
public org.w3c.dom.Element getRightElement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |