1 |
14
|
jones
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
2 |
|
|
<!--NewPage-->
|
3 |
|
|
<html>
|
4 |
|
|
<head>
|
5 |
|
|
<!-- Generated by javadoc on Fri Sep 24 03:23:03 CEST 1999 -->
|
6 |
|
|
<title>
|
7 |
|
|
Class de.tudarmstadt.ito.xmldbms.RelatedClassMap
|
8 |
|
|
</title>
|
9 |
|
|
</head>
|
10 |
|
|
<body>
|
11 |
|
|
<a name="_top_"></a>
|
12 |
|
|
<pre>
|
13 |
|
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.xmldbms.html">This Package</a> <a href="de.tudarmstadt.ito.xmldbms.PropertyMap.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.xmldbms.RootClassMap.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
14 |
|
|
<hr>
|
15 |
|
|
<h1>
|
16 |
|
|
Class de.tudarmstadt.ito.xmldbms.RelatedClassMap
|
17 |
|
|
</h1>
|
18 |
|
|
<pre>
|
19 |
|
|
java.lang.Object
|
20 |
|
|
|
|
21 |
|
|
+----de.tudarmstadt.ito.xmldbms.RelatedClassMap
|
22 |
|
|
</pre>
|
23 |
|
|
<hr>
|
24 |
|
|
<dl>
|
25 |
|
|
<dt> public class <b>RelatedClassMap</b>
|
26 |
|
|
<dt> extends Object
|
27 |
|
|
</dl>
|
28 |
|
|
Describes the relationship between two classes;
|
29 |
|
|
<A HREF="../readme.html#NotForUse">not for general use</A>.
|
30 |
|
|
<P>RelatedClassMaps describe the relationship between a parent
|
31 |
|
|
element type and a child element type, both of which are mapped as
|
32 |
|
|
classes. The RelatedClassMap is stored in the subElementTypeMaps
|
33 |
|
|
variable of the ClassMap for the parent. (A separate ClassMap is
|
34 |
|
|
needed to describe how the child is mapped.)</P>
|
35 |
|
|
<p>
|
36 |
|
|
<hr>
|
37 |
|
|
<a name="index"></a>
|
38 |
|
|
<h2>
|
39 |
|
|
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
|
40 |
|
|
</h2>
|
41 |
|
|
<dl>
|
42 |
|
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
43 |
|
|
<a href="#classMap"><b>classMap</b></a>
|
44 |
|
|
<dd> A ClassMap object that maps the child element type-as-class.
|
45 |
|
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
46 |
|
|
<a href="#linkInfo"><b>linkInfo</b></a>
|
47 |
|
|
<dd> A LinkInfo object describing the keys used to link the tables
|
48 |
|
|
of the parent and child element types-as-classes.
|
49 |
|
|
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
|
50 |
|
|
<a href="#orderInfo"><b>orderInfo</b></a>
|
51 |
|
|
<dd> An OrderInfo object describing the column containing the order
|
52 |
|
|
information for where the child element occurs in the parent.
|
53 |
|
|
</dl>
|
54 |
|
|
<h2>
|
55 |
|
|
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
|
56 |
|
|
</h2>
|
57 |
|
|
<dl>
|
58 |
|
|
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
|
59 |
|
|
<a href="#RelatedClassMap()"><b>RelatedClassMap</b></a>()
|
60 |
|
|
<dd>
|
61 |
|
|
</dl>
|
62 |
|
|
<a name="variables"></a>
|
63 |
|
|
<h2>
|
64 |
|
|
<img src="images/variables.gif" width=153 height=38 alt="Variables">
|
65 |
|
|
</h2>
|
66 |
|
|
<a name="classMap"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
67 |
|
|
<b>classMap</b>
|
68 |
|
|
<pre>
|
69 |
|
|
public <a href="de.tudarmstadt.ito.xmldbms.ClassMap.html#_top_">ClassMap</a> classMap
|
70 |
|
|
</pre>
|
71 |
|
|
<dl>
|
72 |
|
|
<dd> A ClassMap object that maps the child element type-as-class.<p>
|
73 |
|
|
</dl>
|
74 |
|
|
<a name="linkInfo"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
75 |
|
|
<b>linkInfo</b>
|
76 |
|
|
<pre>
|
77 |
|
|
public <a href="de.tudarmstadt.ito.xmldbms.LinkInfo.html#_top_">LinkInfo</a> linkInfo
|
78 |
|
|
</pre>
|
79 |
|
|
<dl>
|
80 |
|
|
<dd> A LinkInfo object describing the keys used to link the tables
|
81 |
|
|
of the parent and child element types-as-classes.<p>
|
82 |
|
|
</dl>
|
83 |
|
|
<a name="orderInfo"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
|
84 |
|
|
<b>orderInfo</b>
|
85 |
|
|
<pre>
|
86 |
|
|
public <a href="de.tudarmstadt.ito.xmldbms.OrderInfo.html#_top_">OrderInfo</a> orderInfo
|
87 |
|
|
</pre>
|
88 |
|
|
<dl>
|
89 |
|
|
<dd> An OrderInfo object describing the column containing the order
|
90 |
|
|
information for where the child element occurs in the parent. If
|
91 |
|
|
there is no order information, this object still exists, but has
|
92 |
|
|
its orderColumn member set to null.<p>
|
93 |
|
|
</dl>
|
94 |
|
|
<a name="constructors"></a>
|
95 |
|
|
<h2>
|
96 |
|
|
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
|
97 |
|
|
</h2>
|
98 |
|
|
<a name="RelatedClassMap"></a>
|
99 |
|
|
<a name="RelatedClassMap()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
|
100 |
|
|
<b>RelatedClassMap</b>
|
101 |
|
|
<pre>
|
102 |
|
|
public RelatedClassMap()
|
103 |
|
|
</pre>
|
104 |
|
|
<hr>
|
105 |
|
|
<pre>
|
106 |
|
|
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-de.tudarmstadt.ito.xmldbms.html">This Package</a> <a href="de.tudarmstadt.ito.xmldbms.PropertyMap.html#_top_">Previous</a> <a href="de.tudarmstadt.ito.xmldbms.RootClassMap.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
|
107 |
|
|
</body>
|
108 |
|
|
</html>
|