KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > forecast1 > cci > forecast1PackageImpl


1 // ----------------------------------------------------------------------------
2
// Package/ImplBegin
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:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.forecast1.cci;
14
15 public class forecast1PackageImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefPackage_1
17   implements forecast1Package {
18
19   public forecast1PackageImpl(
20     javax.jmi.reflect.RefPackage outermostPackage,
21     javax.jmi.reflect.RefPackage immediatePackage
22   ) {
23     super(outermostPackage, immediatePackage);
24   }
25
26 // ----------------------------------------------------------------------------
27
// Package/ImplClassAccessor
28
// ----------------------------------------------------------------------------
29
public org.opencrx.kernel.forecast1.cci.BudgetClass getBudgetClass(
30   ) {
31     return (org.opencrx.kernel.forecast1.cci.BudgetClass)refClass(
32       "org:opencrx:kernel:forecast1:Budget"
33     );
34   }
35
36 // ----------------------------------------------------------------------------
37
// Package/ImplFilterCreator
38
// ----------------------------------------------------------------------------
39
public org.opencrx.kernel.forecast1.cci.BudgetFilter createBudgetFilter(
40   ) {
41     return (org.opencrx.kernel.forecast1.cci.BudgetFilter)this.refCreateFilter(
42       "org:opencrx:kernel:forecast1:Budget",
43       null,
44       null
45     );
46   }
47
48   public org.opencrx.kernel.forecast1.cci.BudgetFilter createBudgetFilter(
49     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
50     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
51   ) {
52     return (org.opencrx.kernel.forecast1.cci.BudgetFilter)this.refCreateFilter(
53       "org:opencrx:kernel:forecast1:Budget",
54       filterProperties,
55       attributeSpecifiers
56     );
57   }
58
59 // ----------------------------------------------------------------------------
60
// Package/ImplClassAccessor
61
// ----------------------------------------------------------------------------
62
public org.opencrx.kernel.forecast1.cci.ForecastClass getForecastClass(
63   ) {
64     return (org.opencrx.kernel.forecast1.cci.ForecastClass)refClass(
65       "org:opencrx:kernel:forecast1:Forecast"
66     );
67   }
68
69 // ----------------------------------------------------------------------------
70
// Package/ImplFilterCreator
71
// ----------------------------------------------------------------------------
72
public org.opencrx.kernel.forecast1.cci.ForecastFilter createForecastFilter(
73   ) {
74     return (org.opencrx.kernel.forecast1.cci.ForecastFilter)this.refCreateFilter(
75       "org:opencrx:kernel:forecast1:Forecast",
76       null,
77       null
78     );
79   }
80
81   public org.opencrx.kernel.forecast1.cci.ForecastFilter createForecastFilter(
82     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
83     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
84   ) {
85     return (org.opencrx.kernel.forecast1.cci.ForecastFilter)this.refCreateFilter(
86       "org:opencrx:kernel:forecast1:Forecast",
87       filterProperties,
88       attributeSpecifiers
89     );
90   }
91
92 // ----------------------------------------------------------------------------
93
// Package/ImplClassAccessor
94
// ----------------------------------------------------------------------------
95
public org.opencrx.kernel.forecast1.cci.ForecastPeriodClass getForecastPeriodClass(
96   ) {
97     return (org.opencrx.kernel.forecast1.cci.ForecastPeriodClass)refClass(
98       "org:opencrx:kernel:forecast1:ForecastPeriod"
99     );
100   }
101
102 // ----------------------------------------------------------------------------
103
// Package/ImplFilterCreator
104
// ----------------------------------------------------------------------------
105
public org.opencrx.kernel.forecast1.cci.ForecastPeriodFilter createForecastPeriodFilter(
106   ) {
107     return (org.opencrx.kernel.forecast1.cci.ForecastPeriodFilter)this.refCreateFilter(
108       "org:opencrx:kernel:forecast1:ForecastPeriod",
109       null,
110       null
111     );
112   }
113
114   public org.opencrx.kernel.forecast1.cci.ForecastPeriodFilter createForecastPeriodFilter(
115     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
116     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
117   ) {
118     return (org.opencrx.kernel.forecast1.cci.ForecastPeriodFilter)this.refCreateFilter(
119       "org:opencrx:kernel:forecast1:ForecastPeriod",
120       filterProperties,
121       attributeSpecifiers
122     );
123   }
124
125 // ----------------------------------------------------------------------------
126
// Package/ImplClassAccessor
127
// ----------------------------------------------------------------------------
128
public org.opencrx.kernel.forecast1.cci.SegmentClass getSegmentClass(
129   ) {
130     return (org.opencrx.kernel.forecast1.cci.SegmentClass)refClass(
131       "org:opencrx:kernel:forecast1:Segment"
132     );
133   }
134
135 // ----------------------------------------------------------------------------
136
// Package/ImplFilterCreator
137
// ----------------------------------------------------------------------------
138
public org.opencrx.kernel.forecast1.cci.SegmentFilter createSegmentFilter(
139   ) {
140     return (org.opencrx.kernel.forecast1.cci.SegmentFilter)this.refCreateFilter(
141       "org:opencrx:kernel:forecast1:Segment",
142       null,
143       null
144     );
145   }
146
147   public org.opencrx.kernel.forecast1.cci.SegmentFilter createSegmentFilter(
148     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
149     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
150   ) {
151     return (org.opencrx.kernel.forecast1.cci.SegmentFilter)this.refCreateFilter(
152       "org:opencrx:kernel:forecast1:Segment",
153       filterProperties,
154       attributeSpecifiers
155     );
156   }
157
158 // ----------------------------------------------------------------------------
159
// Package/ImplClassAccessor
160
// ----------------------------------------------------------------------------
161
public org.opencrx.kernel.forecast1.cci.BudgetMilestoneClass getBudgetMilestoneClass(
162   ) {
163     return (org.opencrx.kernel.forecast1.cci.BudgetMilestoneClass)refClass(
164       "org:opencrx:kernel:forecast1:BudgetMilestone"
165     );
166   }
167
168 // ----------------------------------------------------------------------------
169
// Package/ImplFilterCreator
170
// ----------------------------------------------------------------------------
171
public org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter createBudgetMilestoneFilter(
172   ) {
173     return (org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter)this.refCreateFilter(
174       "org:opencrx:kernel:forecast1:BudgetMilestone",
175       null,
176       null
177     );
178   }
179
180   public org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter createBudgetMilestoneFilter(
181     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
182     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
183   ) {
184     return (org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter)this.refCreateFilter(
185       "org:opencrx:kernel:forecast1:BudgetMilestone",
186       filterProperties,
187       attributeSpecifiers
188     );
189   }
190
191 // ----------------------------------------------------------------------------
192
// Package/ImplEnd
193
// ----------------------------------------------------------------------------
194

195   public String JavaDoc refMofId(
196   ) {
197     return "org:opencrx:kernel:forecast1:forecast1";
198   }
199
200 }
201
Popular Tags