org.openware.job.generator.metadata
Class MDMRelationship

java.lang.Object
  |
  +--org.openware.job.generator.metadata.MetaElement
        |
        +--org.openware.job.generator.metadata.MDMRelationship
All Implemented Interfaces:
java.io.Serializable

public class MDMRelationship
extends MetaElement

Relationship in the MDM metadata model.

Version:
$Revision: 1.3 $ $Date: 2001/03/21 03:47:46 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
MDMRelationship()
           
 
Method Summary
 MDMEndPoint getEndPoint(int index)
           
 java.lang.String getEndsAsString()
           
 MDMEndPoint getOtherEnd(MDMEndPoint ep)
           
 boolean isManyToMany()
          A many-to-many relationship is specified by making the cardinality of both endpoints greater than 1.
 void setEndPoint(MDMEndPoint endpoint, int index)
           
 
Methods inherited from class org.openware.job.generator.metadata.MetaElement
addDocumentationLine, getDocumentationLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDMRelationship

public MDMRelationship()
Method Detail

setEndPoint

public void setEndPoint(MDMEndPoint endpoint,
                        int index)

getEndPoint

public MDMEndPoint getEndPoint(int index)

getOtherEnd

public MDMEndPoint getOtherEnd(MDMEndPoint ep)

isManyToMany

public boolean isManyToMany()
A many-to-many relationship is specified by making the cardinality of both endpoints greater than 1.

getEndsAsString

public java.lang.String getEndsAsString()


Copyright © 2000,2001 Openware. All Rights Reserved.