KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > reservation1 > cci > reservation1Package


1 // ----------------------------------------------------------------------------
2
// Package/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:39:06 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.reservation1.cci;
14
15 public interface reservation1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.opencrx.kernel.reservation1.cci.PartClass getPartClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.opencrx.kernel.reservation1.cci.PartFilter createPartFilter(
28   );
29
30   public org.opencrx.kernel.reservation1.cci.PartFilter createPartFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfClassAccessor
37
// ----------------------------------------------------------------------------
38
public org.opencrx.kernel.reservation1.cci.ContactRoleClass getContactRoleClass();
39
40 // ----------------------------------------------------------------------------
41
// Package/IntfFilterCreator
42
// ----------------------------------------------------------------------------
43
public org.opencrx.kernel.reservation1.cci.ContactRoleFilter createContactRoleFilter(
44   );
45
46   public org.opencrx.kernel.reservation1.cci.ContactRoleFilter createContactRoleFilter(
47     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
48     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
49   );
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfClassAccessor
53
// ----------------------------------------------------------------------------
54
public org.opencrx.kernel.reservation1.cci.SlotClass getSlotClass();
55
56 // ----------------------------------------------------------------------------
57
// Package/IntfFilterCreator
58
// ----------------------------------------------------------------------------
59
public org.opencrx.kernel.reservation1.cci.SlotFilter createSlotFilter(
60   );
61
62   public org.opencrx.kernel.reservation1.cci.SlotFilter createSlotFilter(
63     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
64     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
65   );
66
67 // ----------------------------------------------------------------------------
68
// Package/IntfClassAccessor
69
// ----------------------------------------------------------------------------
70
public org.opencrx.kernel.reservation1.cci.SegmentClass getSegmentClass();
71
72 // ----------------------------------------------------------------------------
73
// Package/IntfFilterCreator
74
// ----------------------------------------------------------------------------
75
public org.opencrx.kernel.reservation1.cci.SegmentFilter createSegmentFilter(
76   );
77
78   public org.opencrx.kernel.reservation1.cci.SegmentFilter createSegmentFilter(
79     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
80     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
81   );
82
83 // ----------------------------------------------------------------------------
84
// Package/IntfClassAccessor
85
// ----------------------------------------------------------------------------
86
public org.opencrx.kernel.reservation1.cci.EventClass getEventClass();
87
88 // ----------------------------------------------------------------------------
89
// Package/IntfFilterCreator
90
// ----------------------------------------------------------------------------
91
public org.opencrx.kernel.reservation1.cci.EventFilter createEventFilter(
92   );
93
94   public org.opencrx.kernel.reservation1.cci.EventFilter createEventFilter(
95     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
96     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
97   );
98
99 // ----------------------------------------------------------------------------
100
// Package/IntfEnd.vm
101
// ----------------------------------------------------------------------------
102
}
103
Popular Tags