Project

General

Profile

1
<!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.ColumnMap
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.Column.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.xmldbms.DBMSToDOM.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.xmldbms.ColumnMap
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----de.tudarmstadt.ito.xmldbms.ColumnMap
22
</pre>
23
<hr>
24
<dl>
25
  <dt> public class <b>ColumnMap</b>
26
  <dt> extends Object
27
</dl>
28
Maps a column to an element type, attribute, or PCDATA; <A 
29
 HREF="../readme.html#NotForUse">not for general use</A>.
30
 <P>ColumnMaps are stored in TableMaps.</P>
31
<p>
32
<hr>
33
<a name="index"></a>
34
<h2>
35
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
36
</h2>
37
<dl>
38
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
39
	<a href="#column"><b>column</b></a>
40
  <dd> Column object of the column being mapped.
41
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
42
	<a href="#multiValued"><b>multiValued</b></a>
43
  <dd>  True if the column is mapped to an attribute and that attribute can
44
 be multi-valued (IDREFS, NMTOKENS, or ENTITIES).
45
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
46
	<a href="#orderColumn"><b>orderColumn</b></a>
47
  <dd>  Column object of the column that contains order information for the
48
 mapped column.
49
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
50
	<a href="#prefixedProperty"><b>prefixedProperty</b></a>
51
  <dd>  Prefixed name of the element type or attribute to which the column
52
 is mapped.
53
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
54
	<a href="#property"><b>property</b></a>
55
  <dd>  Unprefixed name of the element type or attribute to which the column
56
 is mapped.
57
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
58
	<a href="#type"><b>type</b></a>
59
  <dd>  What the column is mapped to: TYPE_TOELEMENTTYPE, TYPE_TOATTRIBUTE,
60
 or TYPE_TOPCDATA.
61
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
62
	<a href="#TYPE_TOATTRIBUTE"><b>TYPE_TOATTRIBUTE</b></a>
63
  <dd> Map the column to an attribute.
64
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
65
	<a href="#TYPE_TOELEMENTTYPE"><b>TYPE_TOELEMENTTYPE</b></a>
66
  <dd> Map the column to an element type.
67
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
68
	<a href="#TYPE_TOPCDATA"><b>TYPE_TOPCDATA</b></a>
69
  <dd> Map the column to PCDATA.
70
</dl>
71
<h2>
72
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
73
</h2>
74
<dl>
75
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
76
	<a href="#ColumnMap()"><b>ColumnMap</b></a>()
77
  <dd>  Construct a ColumnMap with default values.
78
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
79
	<a href="#ColumnMap(int, de.tudarmstadt.ito.xmldbms.Column, de.tudarmstadt.ito.xmldbms.Column, java.lang.String, java.lang.String, boolean)"><b>ColumnMap</b></a>(int, Column, Column, String, String, boolean)
80
  <dd>  Construct a ColumnMap with the specified values.
81
</dl>
82
<a name="variables"></a>
83
<h2>
84
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
85
</h2>
86
<a name="TYPE_TOELEMENTTYPE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
87
<b>TYPE_TOELEMENTTYPE</b>
88
<pre>
89
 public static final int TYPE_TOELEMENTTYPE
90
</pre>
91
<dl>
92
  <dd> Map the column to an element type.<p>
93
</dl>
94
<a name="TYPE_TOATTRIBUTE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
95
<b>TYPE_TOATTRIBUTE</b>
96
<pre>
97
 public static final int TYPE_TOATTRIBUTE
98
</pre>
99
<dl>
100
  <dd> Map the column to an attribute.<p>
101
</dl>
102
<a name="TYPE_TOPCDATA"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
103
<b>TYPE_TOPCDATA</b>
104
<pre>
105
 public static final int TYPE_TOPCDATA
106
</pre>
107
<dl>
108
  <dd> Map the column to PCDATA.<p>
109
</dl>
110
<a name="type"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
111
<b>type</b>
112
<pre>
113
 public int type
114
</pre>
115
<dl>
116
  <dd> What the column is mapped to: TYPE_TOELEMENTTYPE, TYPE_TOATTRIBUTE,
117
 or TYPE_TOPCDATA.<p>
118
</dl>
119
<a name="column"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
120
<b>column</b>
121
<pre>
122
 public <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> column
123
</pre>
124
<dl>
125
  <dd> Column object of the column being mapped.<p>
126
</dl>
127
<a name="orderColumn"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
128
<b>orderColumn</b>
129
<pre>
130
 public <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> orderColumn
131
</pre>
132
<dl>
133
  <dd> Column object of the column that contains order information for the
134
 mapped column. Null if the there is no order information associated
135
 with the mapped column.<p>
136
</dl>
137
<a name="property"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
138
<b>property</b>
139
<pre>
140
 public String property
141
</pre>
142
<dl>
143
  <dd> Unprefixed name of the element type or attribute to which the column
144
 is mapped. Null if the column is mapped to PCDATA. In the future,
145
 this and prefixedProperty should be replaced with an NSName.<p>
146
  <dd><dl> 
147
    <dt> <b>See Also:</b>
148
    <dd> <a href="de.tudarmstadt.ito.xmldbms.DBMSToDOM.html#usePrefixes(boolean)">usePrefixes</a>
149
  </dl></dd>
150
</dl>
151
<a name="prefixedProperty"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
152
<b>prefixedProperty</b>
153
<pre>
154
 public String prefixedProperty
155
</pre>
156
<dl>
157
  <dd> Prefixed name of the element type or attribute to which the column
158
 is mapped. Null if the column is mapped to PCDATA. In the future,
159
 this and property should be replaced with an NSName.<p>
160
  <dd><dl> 
161
    <dt> <b>See Also:</b>
162
    <dd> <a href="de.tudarmstadt.ito.xmldbms.DBMSToDOM.html#usePrefixes(boolean)">usePrefixes</a>
163
  </dl></dd>
164
</dl>
165
<a name="multiValued"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
166
<b>multiValued</b>
167
<pre>
168
 public boolean multiValued
169
</pre>
170
<dl>
171
  <dd> True if the column is mapped to an attribute and that attribute can
172
 be multi-valued (IDREFS, NMTOKENS, or ENTITIES). Otherwise false.<p>
173
</dl>
174
<a name="constructors"></a>
175
<h2>
176
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
177
</h2>
178
<a name="ColumnMap"></a>
179
<a name="ColumnMap()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
180
<b>ColumnMap</b>
181
<pre>
182
 public ColumnMap()
183
</pre>
184
<dl>
185
  <dd> Construct a ColumnMap with default values.
186
<p>
187
</dl>
188
<a name="ColumnMap(int, de.tudarmstadt.ito.xmldbms.Column, de.tudarmstadt.ito.xmldbms.Column, java.lang.String, java.lang.String, boolean)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
189
<b>ColumnMap</b>
190
<pre>
191
 public ColumnMap(int type,
192
                  <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> column,
193
                  <a href="de.tudarmstadt.ito.xmldbms.Column.html#_top_">Column</a> orderColumn,
194
                  String property,
195
                  String prefixedProperty,
196
                  boolean multiValued)
197
</pre>
198
<dl>
199
  <dd> Construct a ColumnMap with the specified values.
200
<p>
201
</dl>
202
<hr>
203
<pre>
204
<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.Column.html#_top_">Previous</a>  <a href="de.tudarmstadt.ito.xmldbms.DBMSToDOM.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
205
</body>
206
</html>
(51-51/72)