| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.tools.domainmeta.uniface.RelationshipInfoReader.Relationship
An instance of this class represents a relationship defined in the RelationshipInfo.xml file.
| Constructor Summary | |
| RelationshipInfoReader.Relationship()Default constructor. | |
| RelationshipInfoReader.Relationship(String fromSchema,
                                                                       String toSchema,
                                                                       String fromTableName,
                                                                       String toTableName)Creates an instance of this class with the supplied initial parameters. | |
| Method Summary | |
|  int | compareTo(Object obj)Compares this object with the specified object for order. | 
|  String | getFromCardinality()Getter for property fromCardinality. | 
|  String | getFromSchema()Getter for property fromSchema. | 
|  String | getFromTableName()Getter for property fromTableName. | 
|  String | getToCardinality()Getter for property toCardinality. | 
|  String | getToSchema()Getter for property toSchema. | 
|  String | getToTableName()Getter for property toTableName. | 
|  String | getType()Getter for property type. | 
|  String | toString()Returns diagnostic information. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public RelationshipInfoReader.Relationship()
public RelationshipInfoReader.Relationship(String fromSchema,
                                           String toSchema,
                                           String fromTableName,
                                           String toTableName)
fromSchema - the from schema.toSchema - the to schema.fromTableName - the from table name.toTableName - the to table name.| Method Detail | 
public String getFromSchema()
public String getToSchema()
public String getFromTableName()
public String getToTableName()
public String getFromCardinality()
public String getToCardinality()
public String getType()
public int compareTo(Object obj)
compareTo in interface Comparableobj - the Object to be compared.
public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||