summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sdo-api/index-all.html
blob: c1f43fadce537c5e34f8fe6d57545d6e9e287c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Mon May 15 07:31:55 EDT 2006 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Index (SDO API incubating-M1 API)
</TITLE>


<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="Index (SDO API incubating-M1 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
SDO API</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/Sequence.html#add(java.lang.String, java.lang.Object)"><B>add(String, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the specified property name and value
 to the end of the entries.
<DT><A HREF="./commonj/sdo/Sequence.html#add(int, java.lang.Object)"><B>add(int, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the specified property index and value
 to the end of the entries.
<DT><A HREF="./commonj/sdo/Sequence.html#add(commonj.sdo.Property, java.lang.Object)"><B>add(Property, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the specified property and value
 to the end of the entries.
<DT><A HREF="./commonj/sdo/Sequence.html#add(int, java.lang.String, java.lang.Object)"><B>add(int, String, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the specified property name and value
 at the specified entry index.
<DT><A HREF="./commonj/sdo/Sequence.html#add(int, int, java.lang.Object)"><B>add(int, int, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the specified property index and value
 at the specified entry index.
<DT><A HREF="./commonj/sdo/Sequence.html#add(int, commonj.sdo.Property, java.lang.Object)"><B>add(int, Property, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the specified property and value
 at the specified entry index.
<DT><A HREF="./commonj/sdo/Sequence.html#add(java.lang.String)"><B>add(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the SDO text Property
 to the end of the Sequence.
<DT><A HREF="./commonj/sdo/Sequence.html#add(int, java.lang.String)"><B>add(int, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Adds a new entry with the SDO text Property
 at the given index.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/ChangeSummary.html#beginLogging()"><B>beginLogging()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Clears the List of <A HREF="./commonj/sdo/ChangeSummary.html#getChangedDataObjects()"><CODE>changes</CODE></A> and turns change logging on.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo"><B>ChangeSummary</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A change summary is used to record changes to DataObjects,
 allowing applications to efficiently and incrementally update back-end storage when required.<DT><A HREF="./commonj/sdo/ChangeSummary.Setting.html" title="interface in commonj.sdo"><B>ChangeSummary.Setting</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A setting encapsulates a <A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo"><CODE>property</CODE></A> and a corresponding single value of the property's <A HREF="./commonj/sdo/Property.html#getType()"><CODE>type</CODE></A>.<DT><A HREF="./commonj/sdo/package-summary.html"><B>commonj.sdo</B></A> - package commonj.sdo<DD>&nbsp;<DT><A HREF="./commonj/sdo/helper/package-summary.html"><B>commonj.sdo.helper</B></A> - package commonj.sdo.helper<DD>&nbsp;<DT><A HREF="./commonj/sdo/impl/package-summary.html"><B>commonj.sdo.impl</B></A> - package commonj.sdo.impl<DD>&nbsp;<DT><A HREF="./commonj/sdo/helper/CopyHelper.html#copy(commonj.sdo.DataObject)"><B>copy(DataObject)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/CopyHelper.html" title="interface in commonj.sdo.helper">CopyHelper</A>
<DD>Create a deep copy of the DataObject tree:
   Copies the dataObject and all its <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>contained</CODE></A>
     DataObjects recursively.
<DT><A HREF="./commonj/sdo/helper/CopyHelper.html" title="interface in commonj.sdo.helper"><B>CopyHelper</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>A helper for copying DataObjects.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#copyHelper()"><B>copyHelper()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a CopyHelper obtained from this implementation.
<DT><A HREF="./commonj/sdo/helper/CopyHelper.html#copyShallow(commonj.sdo.DataObject)"><B>copyShallow(DataObject)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/CopyHelper.html" title="interface in commonj.sdo.helper">CopyHelper</A>
<DD>Create a shallow copy of the DataObject dataObject:
   Creates a new DataObject copiedDataObject with the same values
     as the source dataObject for each property where
       property.getType().isDataType() is true.
<DT><A HREF="./commonj/sdo/helper/DataFactory.html#create(java.lang.String, java.lang.String)"><B>create(String, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataFactory.html" title="interface in commonj.sdo.helper">DataFactory</A>
<DD>Create a DataObject of the Type specified by typeName with the given package uri.
<DT><A HREF="./commonj/sdo/helper/DataFactory.html#create(java.lang.Class)"><B>create(Class)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataFactory.html" title="interface in commonj.sdo.helper">DataFactory</A>
<DD>Create a DataObject supporting the given interface.
<DT><A HREF="./commonj/sdo/helper/DataFactory.html#create(commonj.sdo.Type)"><B>create(Type)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataFactory.html" title="interface in commonj.sdo.helper">DataFactory</A>
<DD>Create a DataObject of the Type specified.
<DT><A HREF="./commonj/sdo/DataObject.html#createDataObject(java.lang.String)"><B>createDataObject(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a new <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
 which must be a <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#createDataObject(int)"><B>createDataObject(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a new <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
 which must be a <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property)"><B>createDataObject(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a new <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
 which must be a <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#createDataObject(java.lang.String, java.lang.String, java.lang.String)"><B>createDataObject(String, String, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a new <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
 which must be a <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#createDataObject(int, java.lang.String, java.lang.String)"><B>createDataObject(int, String, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a new <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
 which must be a <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property, commonj.sdo.Type)"><B>createDataObject(Property, Type)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a new <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
 which must be of <A HREF="./commonj/sdo/Property.html#isContainment()"><CODE>containment type</CODE></A>.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#createDocument(commonj.sdo.DataObject, java.lang.String, java.lang.String)"><B>createDocument(DataObject, String, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Creates an XMLDocument with the specified XML rootElement for the DataObject.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#createResolvable()"><B>createResolvable()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Create a Resolvable using the default HelperProvider
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#createResolvable(java.lang.Object)"><B>createResolvable(Object)</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Create a Resolvable using the default HelperProvider
<DT><A HREF="./commonj/sdo/DataGraph.html#createRootObject(java.lang.String, java.lang.String)"><B>createRootObject(String, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo">DataGraph</A>
<DD>Creates a new root data object of the <A HREF="./commonj/sdo/DataGraph.html#getType(java.lang.String, java.lang.String)"><CODE>specified type</CODE></A>.
<DT><A HREF="./commonj/sdo/DataGraph.html#createRootObject(commonj.sdo.Type)"><B>createRootObject(Type)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo">DataGraph</A>
<DD>Creates a new root data object of the specified type.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/DataFactory.html" title="interface in commonj.sdo.helper"><B>DataFactory</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>A Factory for creating DataObjects.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#dataFactory()"><B>dataFactory()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a DataFactory obtained from this implementation.
<DT><A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo"><B>DataGraph</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A data graph is used to package a graph of <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data objects</CODE></A> along with their
 metadata, that is, data describing the data.<DT><A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper"><B>DataHelper</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>Data helper methods.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#dataHelper()"><B>dataHelper()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a DataHelper obtained from this implementation.
<DT><A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><B>DataObject</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A data object is a representation of some structured data.<DT><A HREF="./commonj/sdo/helper/TypeHelper.html#define(commonj.sdo.DataObject)"><B>define(DataObject)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/TypeHelper.html" title="interface in commonj.sdo.helper">TypeHelper</A>
<DD>Define the DataObject as a Type.
<DT><A HREF="./commonj/sdo/helper/TypeHelper.html#define(java.util.List)"><B>define(List)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/TypeHelper.html" title="interface in commonj.sdo.helper">TypeHelper</A>
<DD>Define the list of DataObjects as Types.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#define(java.lang.String)"><B>define(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Define the XML Schema as Types.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#define(java.io.Reader, java.lang.String)"><B>define(Reader, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Define XML Schema as Types.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#define(java.io.InputStream, java.lang.String)"><B>define(InputStream, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Define XML Schema as Types.
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#delegate"><B>delegate</B></A> - 
Variable in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/DataObject.html#delete()"><B>delete()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Remove this object from its container and then unset all its non-<A HREF="./commonj/sdo/Property.html#isReadOnly()"><CODE>readOnly</CODE></A> Properties.
<DT><A HREF="./commonj/sdo/DataObject.html#detach()"><B>detach()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Removes this DataObject from its container, if any.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/ChangeSummary.html#endLogging()"><B>endLogging()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>An implementation that requires logging may throw an UnsupportedOperationException.
<DT><A HREF="./commonj/sdo/helper/EqualityHelper.html#equal(commonj.sdo.DataObject, commonj.sdo.DataObject)"><B>equal(DataObject, DataObject)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/EqualityHelper.html" title="interface in commonj.sdo.helper">EqualityHelper</A>
<DD>Two DataObjects are equal(Deep) if they are equalShallow,
  all their compared Properties are equal, and all reachable DataObjects in their
  graphs excluding containers are equal.
<DT><A HREF="./commonj/sdo/helper/EqualityHelper.html" title="interface in commonj.sdo.helper"><B>EqualityHelper</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>A helper for comparing DataObjects.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#equalityHelper()"><B>equalityHelper()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a EqualityHelper obtained from this implementation.
<DT><A HREF="./commonj/sdo/helper/EqualityHelper.html#equalShallow(commonj.sdo.DataObject, commonj.sdo.DataObject)"><B>equalShallow(DataObject, DataObject)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/EqualityHelper.html" title="interface in commonj.sdo.helper">EqualityHelper</A>
<DD>Two DataObjects are equalShallow if
  they have the same <A HREF="./commonj/sdo/DataObject.html#getType()"><CODE>Type</CODE></A>
  and all their compared Properties are equal.
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl"><B>ExternalizableDelegator</B></A> - Class in <A HREF="./commonj/sdo/impl/package-summary.html">commonj.sdo.impl</A><DD>Delegates DataObject serialization while ensuring implementation independent 
 java.io.Serialization.<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#ExternalizableDelegator()"><B>ExternalizableDelegator()</B></A> - 
Constructor for class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#ExternalizableDelegator(java.lang.Object)"><B>ExternalizableDelegator(Object)</B></A> - 
Constructor for class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.Resolvable.html" title="interface in commonj.sdo.impl"><B>ExternalizableDelegator.Resolvable</B></A> - Interface in <A HREF="./commonj/sdo/impl/package-summary.html">commonj.sdo.impl</A><DD>&nbsp;</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#generate(java.util.List)"><B>generate(List)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Generate an XML Schema Declaration (XSD) from Types.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#generate(java.util.List, java.util.Map)"><B>generate(List, Map)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Generate an XML Schema Declaration (XSD) from Types.
<DT><A HREF="./commonj/sdo/DataObject.html#get(java.lang.String)"><B>get(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a property of either this object or an object reachable from it, as identified by the
 specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#get(int)"><B>get(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the property at the specified index in <A HREF="./commonj/sdo/Type.html#getProperties()"><CODE>property list</CODE></A> 
 of this object's <A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><CODE>type</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#get(commonj.sdo.Property)"><B>get(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the given property of this object.
<DT><A HREF="./commonj/sdo/Property.html#getAliasNames()"><B>getAliasNames()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Return a list of alias names for this Property.
<DT><A HREF="./commonj/sdo/Type.html#getAliasNames()"><B>getAliasNames()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Return a list of alias names for this Type.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#getAppinfo(commonj.sdo.Type, java.lang.String)"><B>getAppinfo(Type, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Return the appinfo declared for this Type and source.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#getAppinfo(commonj.sdo.Property, java.lang.String)"><B>getAppinfo(Property, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Return the content of the appinfo declared for this Property and source.
<DT><A HREF="./commonj/sdo/Type.html#getBaseTypes()"><B>getBaseTypes()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns the List of base Types for this Type.
<DT><A HREF="./commonj/sdo/DataObject.html#getBigDecimal(java.lang.String)"><B>getBigDecimal(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>BigDecimal</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getBigDecimal(int)"><B>getBigDecimal(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>BigDecimal</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getBigDecimal(commonj.sdo.Property)"><B>getBigDecimal(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>BigDecimal</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getBigInteger(java.lang.String)"><B>getBigInteger(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>BigInteger</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getBigInteger(int)"><B>getBigInteger(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>BigInteger</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getBigInteger(commonj.sdo.Property)"><B>getBigInteger(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>BigInteger</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getBoolean(java.lang.String)"><B>getBoolean(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>boolean</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getBoolean(int)"><B>getBoolean(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>boolean</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getBoolean(commonj.sdo.Property)"><B>getBoolean(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>boolean</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getByte(java.lang.String)"><B>getByte(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>byte</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getByte(int)"><B>getByte(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>byte</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getByte(commonj.sdo.Property)"><B>getByte(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>byte</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getBytes(java.lang.String)"><B>getBytes(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>byte[]</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getBytes(int)"><B>getBytes(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>byte[]</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getBytes(commonj.sdo.Property)"><B>getBytes(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>byte[]</code> property.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getChangedDataObjects()"><B>getChangedDataObjects()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns a list consisting of all the <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data objects</CODE></A> that have been changed while <A HREF="./commonj/sdo/ChangeSummary.html#isLogging()"><CODE>logging</CODE></A>.
<DT><A HREF="./commonj/sdo/DataGraph.html#getChangeSummary()"><B>getChangeSummary()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo">DataGraph</A>
<DD>Returns the <A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo"><CODE>change summary</CODE></A> associated with this data graph.
<DT><A HREF="./commonj/sdo/DataObject.html#getChangeSummary()"><B>getChangeSummary()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the ChangeSummary with scope covering this dataObject, or null
 if there is no ChangeSummary.
<DT><A HREF="./commonj/sdo/DataObject.html#getChar(java.lang.String)"><B>getChar(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>char</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getChar(int)"><B>getChar(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>char</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getChar(commonj.sdo.Property)"><B>getChar(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>char</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getContainer()"><B>getContainer()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the containing <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A>
 or <code>null</code> if there is no container.
<DT><A HREF="./commonj/sdo/Property.html#getContainingType()"><B>getContainingType()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns the containing type of this Property.
<DT><A HREF="./commonj/sdo/DataObject.html#getContainmentProperty()"><B>getContainmentProperty()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Return the Property of the <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> containing this data object
 or <code>null</code> if there is no container.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getCopyHelper()"><B>getCopyHelper()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a CopyHelper obtained from the default HelperProvider.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getDataFactory()"><B>getDataFactory()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a DataFactory obtained from the default HelperProvider.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getDataGraph()"><B>getDataGraph()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns the <A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo"><CODE>data graph</CODE></A> associated with this change summary or null.
<DT><A HREF="./commonj/sdo/DataObject.html#getDataGraph()"><B>getDataGraph()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the <A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo"><CODE>data graph</CODE></A> for this object or <code>null</code> if there isn't one.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getDataHelper()"><B>getDataHelper()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a DataHelper obtained from the default HelperProvider.
<DT><A HREF="./commonj/sdo/DataObject.html#getDataObject(java.lang.String)"><B>getDataObject(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>DataObject</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getDataObject(int)"><B>getDataObject(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>DataObject</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getDataObject(commonj.sdo.Property)"><B>getDataObject(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>DataObject</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getDate(java.lang.String)"><B>getDate(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>Date</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getDate(int)"><B>getDate(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>Date</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getDate(commonj.sdo.Property)"><B>getDate(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>Date</code> property.
<DT><A HREF="./commonj/sdo/Type.html#getDeclaredProperties()"><B>getDeclaredProperties()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns the Properties declared in this Type as opposed to
 those declared in base Types.
<DT><A HREF="./commonj/sdo/Property.html#getDefault()"><B>getDefault()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns the default value this Property will have in a <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> where the Property hasn't been set.
<DT><A HREF="./commonj/sdo/DataObject.html#getDouble(java.lang.String)"><B>getDouble(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>double</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getDouble(int)"><B>getDouble(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>double</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getDouble(commonj.sdo.Property)"><B>getDouble(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>double</code> property.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the XML encoding of the document, or null if not specified.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getEqualityHelper()"><B>getEqualityHelper()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a EqualityHelper obtained from the default HelperProvider.
<DT><A HREF="./commonj/sdo/DataObject.html#getFloat(java.lang.String)"><B>getFloat(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>float</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getFloat(int)"><B>getFloat(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>float</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getFloat(commonj.sdo.Property)"><B>getFloat(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>float</code> property.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#getGlobalProperty(java.lang.String, java.lang.String, boolean)"><B>getGlobalProperty(String, String, boolean)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns the Property defined by the named global element or attribute 
   in the targetNamespace uri, or null if not found.
<DT><A HREF="./commonj/sdo/impl/NoHelperProviderException.html#getImplementationName()"><B>getImplementationName()</B></A> - 
Method in exception commonj.sdo.impl.<A HREF="./commonj/sdo/impl/NoHelperProviderException.html" title="class in commonj.sdo.impl">NoHelperProviderException</A>
<DD>Return the name of the implementation class that could not be provided.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Locate and instantiate a HelperProvider.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getInstance(java.lang.ClassLoader)"><B>getInstance(ClassLoader)</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Locate and instantiate a HelperProvider using the supplied ClassLoader.
<DT><A HREF="./commonj/sdo/Type.html#getInstanceClass()"><B>getInstanceClass()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns the Java class that this type represents.
<DT><A HREF="./commonj/sdo/DataObject.html#getInstanceProperties()"><B>getInstanceProperties()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns a read-only List of the Properties currently used in this DataObject.
<DT><A HREF="./commonj/sdo/DataObject.html#getInt(java.lang.String)"><B>getInt(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>int</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getInt(int)"><B>getInt(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>int</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getInt(commonj.sdo.Property)"><B>getInt(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>int</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getList(java.lang.String)"><B>getList(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>List</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getList(int)"><B>getList(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>List</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getList(commonj.sdo.Property)"><B>getList(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>List</code> property.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#getLocalName(commonj.sdo.Type)"><B>getLocalName(Type)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns the local name as declared in the XSD.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#getLocalName(commonj.sdo.Property)"><B>getLocalName(Property)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns the local name as declared in the XSD.
<DT><A HREF="./commonj/sdo/DataObject.html#getLong(java.lang.String)"><B>getLong(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>long</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getLong(int)"><B>getLong(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>long</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getLong(commonj.sdo.Property)"><B>getLong(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>long</code> property.
<DT><A HREF="./commonj/sdo/Property.html#getName()"><B>getName()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns the name of the Property.
<DT><A HREF="./commonj/sdo/Type.html#getName()"><B>getName()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns the name of the type.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#getNamespaceURI(commonj.sdo.Property)"><B>getNamespaceURI(Property)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns the namespace URI as declared in the XSD.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getNoNamespaceSchemaLocation()"><B>getNoNamespaceSchemaLocation()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the value of the noNamespaceSchemaLocation declaration
 for the http://www.w3.org/2001/XMLSchema-instance namespace in the
 root element, or null if not present.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getOldContainer(commonj.sdo.DataObject)"><B>getOldContainer(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns the value of the <A HREF="./commonj/sdo/DataObject.html#getContainer()"><CODE>container</CODE></A> data object
 at the point when logging <A HREF="./commonj/sdo/ChangeSummary.html#beginLogging()"><CODE>began</CODE></A>.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getOldContainmentProperty(commonj.sdo.DataObject)"><B>getOldContainmentProperty(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns the value of the <A HREF="./commonj/sdo/DataObject.html#getContainmentProperty()"><CODE>containment property</CODE></A> data object property
 at the point when logging <A HREF="./commonj/sdo/ChangeSummary.html#beginLogging()"><CODE>began</CODE></A>.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getOldSequence(commonj.sdo.DataObject)"><B>getOldSequence(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns the value of the <A HREF="./commonj/sdo/DataObject.html#getSequence(java.lang.String)"><CODE>sequence</CODE></A> for the data object
 at the point when logging <A HREF="./commonj/sdo/ChangeSummary.html#beginLogging()"><CODE>began</CODE></A>.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getOldValue(commonj.sdo.DataObject, commonj.sdo.Property)"><B>getOldValue(DataObject, Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns a <A HREF="./commonj/sdo/ChangeSummary.Setting.html" title="interface in commonj.sdo"><CODE>setting</CODE></A> for the specified property
 representing the property value of the given <code>dataObject</code>
 at the point when logging <A HREF="./commonj/sdo/ChangeSummary.html#beginLogging()"><CODE>began</CODE></A>.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getOldValues(commonj.sdo.DataObject)"><B>getOldValues(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns a list of <A HREF="./commonj/sdo/ChangeSummary.Setting.html" title="interface in commonj.sdo"><CODE>settings</CODE></A> 
 that represent the property values of the given <code>dataObject</code>
 at the point when logging <A HREF="./commonj/sdo/ChangeSummary.html#beginLogging()"><CODE>began</CODE></A>.
<DT><A HREF="./commonj/sdo/Property.html#getOpposite()"><B>getOpposite()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns the opposite Property if the Property is bi-directional or null otherwise.
<DT><A HREF="./commonj/sdo/Type.html#getProperties()"><B>getProperties()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns the List of the <A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo"><CODE>Properties</CODE></A> of this type.
<DT><A HREF="./commonj/sdo/ChangeSummary.Setting.html#getProperty()"><B>getProperty()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.Setting.html" title="interface in commonj.sdo">ChangeSummary.Setting</A>
<DD>Returns the property of the setting.
<DT><A HREF="./commonj/sdo/DataObject.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the named Property from the current instance properties,
 or null if not found.
<DT><A HREF="./commonj/sdo/Sequence.html#getProperty(int)"><B>getProperty(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Returns the property for the given entry index.
<DT><A HREF="./commonj/sdo/Type.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns from <A HREF="./commonj/sdo/Type.html#getProperties()"><CODE>all the Properties</CODE></A> of this type, the one with the specified name.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getRootElementName()"><B>getRootElementName()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the name of the root element.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getRootElementURI()"><B>getRootElementURI()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the targetNamespace URI for the root element.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#getRootObject()"><B>getRootObject()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns the ChangeSummary root DataObject - the object from which 
 changes are tracked.
<DT><A HREF="./commonj/sdo/DataGraph.html#getRootObject()"><B>getRootObject()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo">DataGraph</A>
<DD>Returns the root <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> of this data graph.
<DT><A HREF="./commonj/sdo/DataObject.html#getRootObject()"><B>getRootObject()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the root <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A>.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getRootObject()"><B>getRootObject()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the root DataObject for the XMLDocument.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getSchemaLocation()"><B>getSchemaLocation()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the value of the schemaLocation declaration
 for the http://www.w3.org/2001/XMLSchema-instance namespace in the
 root element, or null if not present.
<DT><A HREF="./commonj/sdo/DataObject.html#getSequence(java.lang.String)"><B>getSequence(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>Sequence</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getSequence(int)"><B>getSequence(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>Sequence</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getSequence(commonj.sdo.Property)"><B>getSequence(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>Sequence</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getSequence()"><B>getSequence()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the <code>Sequence</code> for this DataObject.
<DT><A HREF="./commonj/sdo/DataObject.html#getShort(java.lang.String)"><B>getShort(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>short</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getShort(int)"><B>getShort(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>short</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getShort(commonj.sdo.Property)"><B>getShort(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>short</code> property.
<DT><A HREF="./commonj/sdo/DataObject.html#getString(java.lang.String)"><B>getString(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>String</code> property identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#getString(int)"><B>getString(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of a <code>String</code> property identified by the specified property index.
<DT><A HREF="./commonj/sdo/DataObject.html#getString(commonj.sdo.Property)"><B>getString(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the value of the specified <code>String</code> property.
<DT><A HREF="./commonj/sdo/DataGraph.html#getType(java.lang.String, java.lang.String)"><B>getType(String, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataGraph.html" title="interface in commonj.sdo">DataGraph</A>
<DD>Returns the <A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><CODE>type</CODE></A> with the given the <A HREF="./commonj/sdo/Type.html#getURI()"><CODE>URI</CODE></A>,
 or contained by the resource at the given URI,
 and with the given <A HREF="./commonj/sdo/Type.html#getName()"><CODE>name</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#getType()"><B>getType()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns the data object's type.
<DT><A HREF="./commonj/sdo/helper/TypeHelper.html#getType(java.lang.String, java.lang.String)"><B>getType(String, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/TypeHelper.html" title="interface in commonj.sdo.helper">TypeHelper</A>
<DD>Return the Type specified by typeName with the given uri,
   or null if not found.
<DT><A HREF="./commonj/sdo/helper/TypeHelper.html#getType(java.lang.Class)"><B>getType(Class)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/TypeHelper.html" title="interface in commonj.sdo.helper">TypeHelper</A>
<DD>Return the Type for this interfaceClass or null if not found.
<DT><A HREF="./commonj/sdo/Property.html#getType()"><B>getType()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns the type of the Property.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getTypeHelper()"><B>getTypeHelper()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a TypeHelper obtained from the default HelperProvider.
<DT><A HREF="./commonj/sdo/Type.html#getURI()"><B>getURI()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns the namespace URI of the type.
<DT><A HREF="./commonj/sdo/ChangeSummary.Setting.html#getValue()"><B>getValue()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.Setting.html" title="interface in commonj.sdo">ChangeSummary.Setting</A>
<DD>Returns the value of the setting.
<DT><A HREF="./commonj/sdo/Sequence.html#getValue(int)"><B>getValue(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Returns the property value for the given entry index.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getXMLHelper()"><B>getXMLHelper()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a XMLHelper obtained from the default HelperProvider.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#getXMLVersion()"><B>getXMLVersion()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the XML version of the document, or null if not specified.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#getXSDHelper()"><B>getXSDHelper()</B></A> - 
Static method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a XSDHelper obtained from the default HelperProvider.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl"><B>HelperProvider</B></A> - Class in <A HREF="./commonj/sdo/impl/package-summary.html">commonj.sdo.impl</A><DD>A HelperProvider obtains specific default helpers and other
 implementation-specific objects used by a Java implementation of SDO.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#HelperProvider()"><B>HelperProvider()</B></A> - 
Constructor for class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/CopyHelper.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/CopyHelper.html" title="interface in commonj.sdo.helper">CopyHelper</A>
<DD>The default CopyHelper.
<DT><A HREF="./commonj/sdo/helper/DataFactory.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataFactory.html" title="interface in commonj.sdo.helper">DataFactory</A>
<DD>The default DataFactory.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>The default TypeHelper.
<DT><A HREF="./commonj/sdo/helper/EqualityHelper.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/EqualityHelper.html" title="interface in commonj.sdo.helper">EqualityHelper</A>
<DD>The default EqualityHelper.
<DT><A HREF="./commonj/sdo/helper/TypeHelper.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/TypeHelper.html" title="interface in commonj.sdo.helper">TypeHelper</A>
<DD>The default TypeHelper.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>The default XMLHelper.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>The default XSDHelper.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>The default HelperProvider INSTANCE.
<DT><A HREF="./commonj/sdo/Type.html#isAbstract()"><B>isAbstract()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Indicates if this Type is abstract.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#isAttribute(commonj.sdo.Property)"><B>isAttribute(Property)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns true if the property is declared as an attribute in the XSD.
<DT><A HREF="./commonj/sdo/Property.html#isContainment()"><B>isContainment()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns whether the Property is containment, i.e., whether it represents by-value composition.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#isCreated(commonj.sdo.DataObject)"><B>isCreated(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns whether or not the specified data object was created while <A HREF="./commonj/sdo/ChangeSummary.html#isLogging()"><CODE>logging</CODE></A>.
<DT><A HREF="./commonj/sdo/Type.html#isDataType()"><B>isDataType()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Indicates if this Type specifies DataTypes (true) or DataObjects (false).
<DT><A HREF="./commonj/sdo/ChangeSummary.html#isDeleted(commonj.sdo.DataObject)"><B>isDeleted(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns whether or not the specified data object was deleted while <A HREF="./commonj/sdo/ChangeSummary.html#isLogging()"><CODE>logging</CODE></A>.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#isElement(commonj.sdo.Property)"><B>isElement(Property)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns true if the property is declared as an element in the XSD.
<DT><A HREF="./commonj/sdo/Type.html#isInstance(java.lang.Object)"><B>isInstance(Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Returns whether the specified object is an instance of this type.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#isLogging()"><B>isLogging()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Indicates whether change logging is on (<code>true</code>) or off (<code>false</code>).
<DT><A HREF="./commonj/sdo/Property.html#isMany()"><B>isMany()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns whether the Property is many-valued.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#isMixed(commonj.sdo.Type)"><B>isMixed(Type)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Returns true if the Type is declared to contain mixed content.
<DT><A HREF="./commonj/sdo/ChangeSummary.html#isModified(commonj.sdo.DataObject)"><B>isModified(DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>Returns whether or not the specified data object was updated while <A HREF="./commonj/sdo/ChangeSummary.html#isLogging()"><CODE>logging</CODE></A>.
<DT><A HREF="./commonj/sdo/Type.html#isOpen()"><B>isOpen()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Indicates if this Type allows any form of open content.
<DT><A HREF="./commonj/sdo/Property.html#isReadOnly()"><B>isReadOnly()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>
<DD>Returns true if values for this Property cannot be modified using the SDO APIs.
<DT><A HREF="./commonj/sdo/Type.html#isSequenced()"><B>isSequenced()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>
<DD>Indicates if this Type specifies Sequenced DataObjects.
<DT><A HREF="./commonj/sdo/ChangeSummary.Setting.html#isSet()"><B>isSet()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.Setting.html" title="interface in commonj.sdo">ChangeSummary.Setting</A>
<DD>Returns whether or not the property is set.
<DT><A HREF="./commonj/sdo/DataObject.html#isSet(java.lang.String)"><B>isSet(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns whether a property of either this object or an object reachable from it, as identified by the specified path,
 is considered to be set.
<DT><A HREF="./commonj/sdo/DataObject.html#isSet(int)"><B>isSet(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns whether the the property at the specified index in <A HREF="./commonj/sdo/Type.html#getProperties()"><CODE>property list</CODE></A> of this object's
 <A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><CODE>type</CODE></A>, is considered to be set.
<DT><A HREF="./commonj/sdo/DataObject.html#isSet(commonj.sdo.Property)"><B>isSet(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Returns whether the property of the object is considered to be set.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#isXMLDeclaration()"><B>isXMLDeclaration()</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Return the XML declaration of the document.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html#isXSD(commonj.sdo.Type)"><B>isXSD(Type)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper">XSDHelper</A>
<DD>Indicates if this helper contains XSD information for the specified type.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#load(java.lang.String)"><B>load(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Creates and returns an XMLDocument from the input String.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#load(java.io.InputStream)"><B>load(InputStream)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Creates and returns an XMLDocument from the inputStream.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#load(java.io.InputStream, java.lang.String, java.lang.Object)"><B>load(InputStream, String, Object)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Creates and returns an XMLDocument from the inputStream.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#load(java.io.Reader, java.lang.String, java.lang.Object)"><B>load(Reader, String, Object)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Creates and returns an XMLDocument from the inputReader.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/Sequence.html#move(int, int)"><B>move(int, int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Moves the entry at <code>fromIndex</code> to <code>toIndex</code>.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/impl/NoHelperProviderException.html" title="class in commonj.sdo.impl"><B>NoHelperProviderException</B></A> - Exception in <A HREF="./commonj/sdo/impl/package-summary.html">commonj.sdo.impl</A><DD>Exception indicating that a HelperProvider could not be located or instantiated.<DT><A HREF="./commonj/sdo/impl/NoHelperProviderException.html#NoHelperProviderException()"><B>NoHelperProviderException()</B></A> - 
Constructor for exception commonj.sdo.impl.<A HREF="./commonj/sdo/impl/NoHelperProviderException.html" title="class in commonj.sdo.impl">NoHelperProviderException</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/NoHelperProviderException.html#NoHelperProviderException(java.lang.String)"><B>NoHelperProviderException(String)</B></A> - 
Constructor for exception commonj.sdo.impl.<A HREF="./commonj/sdo/impl/NoHelperProviderException.html" title="class in commonj.sdo.impl">NoHelperProviderException</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/NoHelperProviderException.html#NoHelperProviderException(java.lang.String, java.lang.Throwable)"><B>NoHelperProviderException(String, Throwable)</B></A> - 
Constructor for exception commonj.sdo.impl.<A HREF="./commonj/sdo/impl/NoHelperProviderException.html" title="class in commonj.sdo.impl">NoHelperProviderException</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/NoHelperProviderException.html#NoHelperProviderException(java.lang.Throwable)"><B>NoHelperProviderException(Throwable)</B></A> - 
Constructor for exception commonj.sdo.impl.<A HREF="./commonj/sdo/impl/NoHelperProviderException.html" title="class in commonj.sdo.impl">NoHelperProviderException</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo"><B>Property</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A representation of a Property in the <A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><CODE>type</CODE></A> of a <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A>.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#PROPERTY_NAME"><B>PROPERTY_NAME</B></A> - 
Static variable in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>The name of the system property that will be checked for an implementation name.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#readExternal(java.io.ObjectInput)"><B>readExternal(ObjectInput)</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#readResolve()"><B>readResolve()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.Resolvable.html#readResolve()"><B>readResolve()</B></A> - 
Method in interface commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.Resolvable.html" title="interface in commonj.sdo.impl">ExternalizableDelegator.Resolvable</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/Sequence.html#remove(int)"><B>remove(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Removes the entry at the given entry index.
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#resolvable()"><B>resolvable()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Create a Resolvable using this implementation
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#resolvable(java.lang.Object)"><B>resolvable(Object)</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Create a Resolvable using this implementation
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#save(commonj.sdo.DataObject, java.lang.String, java.lang.String)"><B>save(DataObject, String, String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Returns the DataObject saved as an XML document with the specified root element.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#save(commonj.sdo.DataObject, java.lang.String, java.lang.String, java.io.OutputStream)"><B>save(DataObject, String, String, OutputStream)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Saves the DataObject as an XML document with the specified root element.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#save(commonj.sdo.helper.XMLDocument, java.io.OutputStream, java.lang.Object)"><B>save(XMLDocument, OutputStream, Object)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Serializes an XMLDocument as an XML document into the outputStream.
<DT><A HREF="./commonj/sdo/helper/XMLHelper.html#save(commonj.sdo.helper.XMLDocument, java.io.Writer, java.lang.Object)"><B>save(XMLDocument, Writer, Object)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper">XMLHelper</A>
<DD>Serializes an XMLDocument as an XML document into the outputWriter.
<DT><A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo"><B>Sequence</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A sequence is a heterogeneous list of <A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo"><CODE>properties</CODE></A> and corresponding values.<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#SERVICE_RESOURCE_NAME"><B>SERVICE_RESOURCE_NAME</B></A> - 
Static variable in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>The name of the resource that is used for service location.
<DT><A HREF="./commonj/sdo/DataObject.html#set(java.lang.String, java.lang.Object)"><B>set(String, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets a property of either this object or an object reachable from it, as identified by the specified path,
 to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#set(int, java.lang.Object)"><B>set(int, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the property at the specified index in <A HREF="./commonj/sdo/Type.html#getProperties()"><CODE>property list</CODE></A> of this object's
 <A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><CODE>type</CODE></A>, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#set(commonj.sdo.Property, java.lang.Object)"><B>set(Property, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the given property of the object to the new value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBigDecimal(java.lang.String, java.math.BigDecimal)"><B>setBigDecimal(String, BigDecimal)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>BigDecimal</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBigDecimal(int, java.math.BigDecimal)"><B>setBigDecimal(int, BigDecimal)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>BigDecimal</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBigDecimal(commonj.sdo.Property, java.math.BigDecimal)"><B>setBigDecimal(Property, BigDecimal)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>BigDecimal</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBigInteger(java.lang.String, java.math.BigInteger)"><B>setBigInteger(String, BigInteger)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>BigInteger</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBigInteger(int, java.math.BigInteger)"><B>setBigInteger(int, BigInteger)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>BigInteger</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBigInteger(commonj.sdo.Property, java.math.BigInteger)"><B>setBigInteger(Property, BigInteger)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>BigInteger</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBoolean(java.lang.String, boolean)"><B>setBoolean(String, boolean)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>boolean</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBoolean(int, boolean)"><B>setBoolean(int, boolean)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>boolean</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBoolean(commonj.sdo.Property, boolean)"><B>setBoolean(Property, boolean)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>boolean</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setByte(java.lang.String, byte)"><B>setByte(String, byte)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>byte</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setByte(int, byte)"><B>setByte(int, byte)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>byte</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setByte(commonj.sdo.Property, byte)"><B>setByte(Property, byte)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>byte</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBytes(java.lang.String, byte[])"><B>setBytes(String, byte[])</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>byte[]</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBytes(int, byte[])"><B>setBytes(int, byte[])</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>byte[]</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setBytes(commonj.sdo.Property, byte[])"><B>setBytes(Property, byte[])</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>byte[]</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setChar(java.lang.String, char)"><B>setChar(String, char)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>char</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setChar(int, char)"><B>setChar(int, char)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>char</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setChar(commonj.sdo.Property, char)"><B>setChar(Property, char)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>char</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDataObject(java.lang.String, commonj.sdo.DataObject)"><B>setDataObject(String, DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>DataObject</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDataObject(int, commonj.sdo.DataObject)"><B>setDataObject(int, DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>DataObject</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDataObject(commonj.sdo.Property, commonj.sdo.DataObject)"><B>setDataObject(Property, DataObject)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>DataObject</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDate(java.lang.String, java.util.Date)"><B>setDate(String, Date)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>Date</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDate(int, java.util.Date)"><B>setDate(int, Date)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>Date</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDate(commonj.sdo.Property, java.util.Date)"><B>setDate(Property, Date)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>Date</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDouble(java.lang.String, double)"><B>setDouble(String, double)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>double</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDouble(int, double)"><B>setDouble(int, double)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>double</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setDouble(commonj.sdo.Property, double)"><B>setDouble(Property, double)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>double</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Set the XML encoding of the document, or null if not specified.
<DT><A HREF="./commonj/sdo/DataObject.html#setFloat(java.lang.String, float)"><B>setFloat(String, float)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>float</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setFloat(int, float)"><B>setFloat(int, float)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>float</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setFloat(commonj.sdo.Property, float)"><B>setFloat(Property, float)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>float</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setInt(java.lang.String, int)"><B>setInt(String, int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>int</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setInt(int, int)"><B>setInt(int, int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>int</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setInt(commonj.sdo.Property, int)"><B>setInt(Property, int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>int</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setList(java.lang.String, java.util.List)"><B>setList(String, List)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>List</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setList(int, java.util.List)"><B>setList(int, List)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>List</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setList(commonj.sdo.Property, java.util.List)"><B>setList(Property, List)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>List</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setLong(java.lang.String, long)"><B>setLong(String, long)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>long</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setLong(int, long)"><B>setLong(int, long)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>long</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setLong(commonj.sdo.Property, long)"><B>setLong(Property, long)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>long</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#setNoNamespaceSchemaLocation(java.lang.String)"><B>setNoNamespaceSchemaLocation(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Sets the value of the noNamespaceSchemaLocation declaration
 for the http://www.w3.org/2001/XMLSchema-instance namespace in the
 root element, or null if it should not be present.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#setSchemaLocation(java.lang.String)"><B>setSchemaLocation(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Sets the value of the schemaLocation declaration
 for the http://www.w3.org/2001/XMLSchema-instance namespace in the
 root element, or null if it should not be present.
<DT><A HREF="./commonj/sdo/DataObject.html#setShort(java.lang.String, short)"><B>setShort(String, short)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>short</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setShort(int, short)"><B>setShort(int, short)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>short</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setShort(commonj.sdo.Property, short)"><B>setShort(Property, short)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>short</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setString(java.lang.String, java.lang.String)"><B>setString(String, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>String</code> property identified by the specified path, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setString(int, java.lang.String)"><B>setString(int, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of a <code>String</code> property identified by the specified property index, to the specified value.
<DT><A HREF="./commonj/sdo/DataObject.html#setString(commonj.sdo.Property, java.lang.String)"><B>setString(Property, String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Sets the value of the specified <code>String</code> property, to the specified value.
<DT><A HREF="./commonj/sdo/Sequence.html#setValue(int, java.lang.Object)"><B>setValue(int, Object)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Sets the entry at a specified index to the new value.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#setXMLDeclaration(boolean)"><B>setXMLDeclaration(boolean)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Set the XML declaration version of the document.
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html#setXMLVersion(java.lang.String)"><B>setXMLVersion(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper">XMLDocument</A>
<DD>Set the XML version of the document, or null if not specified.
<DT><A HREF="./commonj/sdo/Sequence.html#size()"><B>size()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/Sequence.html" title="interface in commonj.sdo">Sequence</A>
<DD>Returns the number of entries in the sequence.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toCalendar(java.lang.String)"><B>toCalendar(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a String representation of an SDO date type to a Calendar using the
 default locale.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toCalendar(java.lang.String, java.util.Locale)"><B>toCalendar(String, Locale)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a String representation of an SDO date type to a Calendar using the
 specified locale, or the default locale if the locale is null.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDate(java.lang.String)"><B>toDate(String)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a String representation of an SDO date type to a Date.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDateTime(java.util.Date)"><B>toDateTime(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the DateTime type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDateTime(java.util.Calendar)"><B>toDateTime(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the DateTime type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDay(java.util.Date)"><B>toDay(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the Day type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDay(java.util.Calendar)"><B>toDay(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the Day type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDuration(java.util.Date)"><B>toDuration(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the Duration type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toDuration(java.util.Calendar)"><B>toDuration(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the Duration type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toMonth(java.util.Date)"><B>toMonth(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the Month type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toMonth(java.util.Calendar)"><B>toMonth(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the Month type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toMonthDay(java.util.Date)"><B>toMonthDay(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the MonthDay type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toMonthDay(java.util.Calendar)"><B>toMonthDay(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the MonthDay type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toTime(java.util.Date)"><B>toTime(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the Time type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toTime(java.util.Calendar)"><B>toTime(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the Time type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toYear(java.util.Date)"><B>toYear(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the Year type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toYear(java.util.Calendar)"><B>toYear(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the Year type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toYearMonth(java.util.Date)"><B>toYearMonth(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the YearMonth type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toYearMonth(java.util.Calendar)"><B>toYearMonth(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the YearMonth type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toYearMonthDay(java.util.Date)"><B>toYearMonthDay(Date)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Date to a String representation of the YearMonthDay type.
<DT><A HREF="./commonj/sdo/helper/DataHelper.html#toYearMonthDay(java.util.Calendar)"><B>toYearMonthDay(Calendar)</B></A> - 
Method in interface commonj.sdo.helper.<A HREF="./commonj/sdo/helper/DataHelper.html" title="interface in commonj.sdo.helper">DataHelper</A>
<DD>Convert from a Calendar to a String representation of the YearMonthDay type.
<DT><A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><B>Type</B></A> - Interface in <A HREF="./commonj/sdo/package-summary.html">commonj.sdo</A><DD>A representation of the type of a <A HREF="./commonj/sdo/Property.html" title="interface in commonj.sdo"><CODE>property</CODE></A> of a <A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A>.<DT><A HREF="./commonj/sdo/helper/TypeHelper.html" title="interface in commonj.sdo.helper"><B>TypeHelper</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>Look up a Type given the uri and typeName or interfaceClass.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#typeHelper()"><B>typeHelper()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a TypeHelper obtained from this implementation.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/ChangeSummary.html#undoChanges()"><B>undoChanges()</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/ChangeSummary.html" title="interface in commonj.sdo">ChangeSummary</A>
<DD>This method is intended for use by service implementations only.
<DT><A HREF="./commonj/sdo/DataObject.html#unset(java.lang.String)"><B>unset(String)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Unsets a property of either this object or an object reachable from it, as identified by the specified path.
<DT><A HREF="./commonj/sdo/DataObject.html#unset(int)"><B>unset(int)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Unsets the property at the specified index in <A HREF="./commonj/sdo/Type.html#getProperties()"><CODE>property list</CODE></A> of this object's <A HREF="./commonj/sdo/Type.html" title="interface in commonj.sdo"><CODE>type</CODE></A>.
<DT><A HREF="./commonj/sdo/DataObject.html#unset(commonj.sdo.Property)"><B>unset(Property)</B></A> - 
Method in interface commonj.sdo.<A HREF="./commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>
<DD>Unsets the property of the object.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/impl/ExternalizableDelegator.html#writeExternal(java.io.ObjectOutput)"><B>writeExternal(ObjectOutput)</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/ExternalizableDelegator.html" title="class in commonj.sdo.impl">ExternalizableDelegator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./commonj/sdo/helper/XMLDocument.html" title="interface in commonj.sdo.helper"><B>XMLDocument</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>Represents an XML Document containing a tree of DataObjects.<DT><A HREF="./commonj/sdo/helper/XMLHelper.html" title="interface in commonj.sdo.helper"><B>XMLHelper</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>A helper to convert XML documents into DataObects and 
 DataObjects into XML documnets.<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#xmlHelper()"><B>xmlHelper()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a XMLHelper obtained from this implementation.
<DT><A HREF="./commonj/sdo/helper/XSDHelper.html" title="interface in commonj.sdo.helper"><B>XSDHelper</B></A> - Interface in <A HREF="./commonj/sdo/helper/package-summary.html">commonj.sdo.helper</A><DD>Provides access to additional information when the 
 Type or Property is defined by an XML Schema (XSD).<DT><A HREF="./commonj/sdo/impl/HelperProvider.html#xsdHelper()"><B>xsdHelper()</B></A> - 
Method in class commonj.sdo.impl.<A HREF="./commonj/sdo/impl/HelperProvider.html" title="class in commonj.sdo.impl">HelperProvider</A>
<DD>Returns a XSDHelper obtained from this implementation.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
SDO API</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
-
</BODY>
</HTML>