KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > model1 > cci > ParameterClass


1 // ----------------------------------------------------------------------------
2
// ClassProxy/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:38:53 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.model1.cci;
14
15 public interface ParameterClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Parameter</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Parameter</code>.
22    */

23   public Parameter createParameter(
24   );
25
26   /**
27    * Creates an instance of class <code>Parameter</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Parameter</code>.
31    * @param object The Object instance this class is based on. Object must
32    * be instanceof RefObject, Object_1_0 or Path.
33    */

34   public Parameter getParameter(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Parameter</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Parameter</code>.
45    */

46   public Parameter createParameter(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , boolean disabled
51     , String JavaDoc name
52     , String JavaDoc qualifiedName
53     , short direction
54     , short multiplicity
55     , org.opencrx.kernel.model1.cci.Classifier type
56   );
57 // ----------------------------------------------------------------------------
58
// ClassProxy/IntfInstanceExtenderRequiredAttributes
59
// ----------------------------------------------------------------------------
60
/**
61    * Creates an instance of class <code>Parameter</code> based on the
62    * superclass <code>Auditee</code> and all required attributes not
63    * included in this superclass.
64    * This is a factory operation used to create instance objects of class
65    * <code>Parameter</code>.
66    */

67   public Parameter extendAuditee(
68       org.opencrx.kernel.base.cci.Auditee _base
69     , short accessLevelBrowse
70     , short accessLevelDelete
71     , short accessLevelUpdate
72     , boolean disabled
73     , String JavaDoc name
74     , String JavaDoc qualifiedName
75     , short direction
76     , short multiplicity
77     , org.opencrx.kernel.model1.cci.Classifier type
78   );
79 // ----------------------------------------------------------------------------
80
// ClassProxy/IntfInstanceExtenderRequiredAttributes
81
// ----------------------------------------------------------------------------
82
/**
83    * Creates an instance of class <code>Parameter</code> based on the
84    * superclass <code>Bookmarkable</code> and all required attributes not
85    * included in this superclass.
86    * This is a factory operation used to create instance objects of class
87    * <code>Parameter</code>.
88    */

89   public Parameter extendBookmarkable(
90       org.opencrx.kernel.base.cci.Bookmarkable _base
91     , short accessLevelBrowse
92     , short accessLevelDelete
93     , short accessLevelUpdate
94     , boolean disabled
95     , String JavaDoc name
96     , String JavaDoc qualifiedName
97     , short direction
98     , short multiplicity
99     , org.opencrx.kernel.model1.cci.Classifier type
100   );
101 // ----------------------------------------------------------------------------
102
// ClassProxy/IntfInstanceExtenderRequiredAttributes
103
// ----------------------------------------------------------------------------
104
/**
105    * Creates an instance of class <code>Parameter</code> based on the
106    * superclass <code>Cloneable</code> and all required attributes not
107    * included in this superclass.
108    * This is a factory operation used to create instance objects of class
109    * <code>Parameter</code>.
110    */

111   public Parameter extendCloneable(
112       org.opencrx.kernel.base.cci.Cloneable _base
113     , short accessLevelBrowse
114     , short accessLevelDelete
115     , short accessLevelUpdate
116     , boolean disabled
117     , String JavaDoc name
118     , String JavaDoc qualifiedName
119     , short direction
120     , short multiplicity
121     , org.opencrx.kernel.model1.cci.Classifier type
122   );
123 // ----------------------------------------------------------------------------
124
// ClassProxy/IntfInstanceExtenderRequiredAttributes
125
// ----------------------------------------------------------------------------
126
/**
127    * Creates an instance of class <code>Parameter</code> based on the
128    * superclass <code>Importer</code> and all required attributes not
129    * included in this superclass.
130    * This is a factory operation used to create instance objects of class
131    * <code>Parameter</code>.
132    */

133   public Parameter extendImporter(
134       org.opencrx.kernel.base.cci.Importer _base
135     , short accessLevelBrowse
136     , short accessLevelDelete
137     , short accessLevelUpdate
138     , boolean disabled
139     , String JavaDoc name
140     , String JavaDoc qualifiedName
141     , short direction
142     , short multiplicity
143     , org.opencrx.kernel.model1.cci.Classifier type
144   );
145 // ----------------------------------------------------------------------------
146
// ClassProxy/IntfInstanceExtenderRequiredAttributes
147
// ----------------------------------------------------------------------------
148
/**
149    * Creates an instance of class <code>Parameter</code> based on the
150    * superclass <code>SecureObject</code> and all required attributes not
151    * included in this superclass.
152    * This is a factory operation used to create instance objects of class
153    * <code>Parameter</code>.
154    */

155   public Parameter extendSecureObject(
156       org.opencrx.kernel.base.cci.SecureObject _base
157     , boolean disabled
158     , String JavaDoc name
159     , String JavaDoc qualifiedName
160     , short direction
161     , short multiplicity
162     , org.opencrx.kernel.model1.cci.Classifier type
163   );
164 // ----------------------------------------------------------------------------
165
// ClassProxy/IntfInstanceExtenderRequiredAttributes
166
// ----------------------------------------------------------------------------
167
/**
168    * Creates an instance of class <code>Parameter</code> based on the
169    * superclass <code>SubscriptionTarget</code> and all required attributes
170    * not included in this superclass.
171    * This is a factory operation used to create instance objects of class
172    * <code>Parameter</code>.
173    */

174   public Parameter extendSubscriptionTarget(
175       org.opencrx.kernel.base.cci.SubscriptionTarget _base
176     , short accessLevelBrowse
177     , short accessLevelDelete
178     , short accessLevelUpdate
179     , boolean disabled
180     , String JavaDoc name
181     , String JavaDoc qualifiedName
182     , short direction
183     , short multiplicity
184     , org.opencrx.kernel.model1.cci.Classifier type
185   );
186 // ----------------------------------------------------------------------------
187
// ClassProxy/IntfInstanceExtenderRequiredAttributes
188
// ----------------------------------------------------------------------------
189
/**
190    * Creates an instance of class <code>Parameter</code> based on the
191    * superclass <code>XmlExporter</code> and all required attributes not
192    * included in this superclass.
193    * This is a factory operation used to create instance objects of class
194    * <code>Parameter</code>.
195    */

196   public Parameter extendXmlExporter(
197       org.opencrx.kernel.base.cci.XmlExporter _base
198     , short accessLevelBrowse
199     , short accessLevelDelete
200     , short accessLevelUpdate
201     , boolean disabled
202     , String JavaDoc name
203     , String JavaDoc qualifiedName
204     , short direction
205     , short multiplicity
206     , org.opencrx.kernel.model1.cci.Classifier type
207   );
208 // ----------------------------------------------------------------------------
209
// ClassProxy/IntfInstanceExtenderRequiredAttributes
210
// ----------------------------------------------------------------------------
211
/**
212    * Creates an instance of class <code>Parameter</code> based on the
213    * superclass <code>CrxObject</code> and all required attributes not
214    * included in this superclass.
215    * This is a factory operation used to create instance objects of class
216    * <code>Parameter</code>.
217    */

218   public Parameter extendCrxObject(
219       org.opencrx.kernel.generic.cci.CrxObject _base
220     , String JavaDoc name
221     , String JavaDoc qualifiedName
222     , short direction
223     , short multiplicity
224     , org.opencrx.kernel.model1.cci.Classifier type
225   );
226 // ----------------------------------------------------------------------------
227
// ClassProxy/IntfInstanceExtenderRequiredAttributes
228
// ----------------------------------------------------------------------------
229
/**
230    * Creates an instance of class <code>Parameter</code> based on the
231    * superclass <code>Element</code> and all required attributes not
232    * included in this superclass.
233    * This is a factory operation used to create instance objects of class
234    * <code>Parameter</code>.
235    */

236   public Parameter extendElement(
237       org.opencrx.kernel.model1.cci.Element _base
238     , short direction
239     , short multiplicity
240     , org.opencrx.kernel.model1.cci.Classifier type
241   );
242 // ----------------------------------------------------------------------------
243
// ClassProxy/IntfInstanceExtenderRequiredAttributes
244
// ----------------------------------------------------------------------------
245
/**
246    * Creates an instance of class <code>Parameter</code> based on the
247    * superclass <code>TypedElement</code> and all required attributes not
248    * included in this superclass.
249    * This is a factory operation used to create instance objects of class
250    * <code>Parameter</code>.
251    */

252   public Parameter extendTypedElement(
253       org.opencrx.kernel.model1.cci.TypedElement _base
254     , short direction
255     , short multiplicity
256   );
257 // ----------------------------------------------------------------------------
258
// ClassProxy/IntfInstanceExtenderRequiredAttributes
259
// ----------------------------------------------------------------------------
260
/**
261    * Creates an instance of class <code>Parameter</code> based on the
262    * superclass <code>BasicObject</code> and all required attributes not
263    * included in this superclass.
264    * This is a factory operation used to create instance objects of class
265    * <code>Parameter</code>.
266    */

267   public Parameter extendBasicObject(
268       org.openmdx.base.cci.BasicObject _base
269     , short accessLevelBrowse
270     , short accessLevelDelete
271     , short accessLevelUpdate
272     , boolean disabled
273     , String JavaDoc name
274     , String JavaDoc qualifiedName
275     , short direction
276     , short multiplicity
277     , org.opencrx.kernel.model1.cci.Classifier type
278   );
279 // ----------------------------------------------------------------------------
280
// ClassProxy/IntfInstanceExtenderRequiredAttributes
281
// ----------------------------------------------------------------------------
282
/**
283    * Creates an instance of class <code>Parameter</code> based on the
284    * superclass <code>ContextCapable</code> and all required attributes not
285    * included in this superclass.
286    * This is a factory operation used to create instance objects of class
287    * <code>Parameter</code>.
288    */

289   public Parameter extendContextCapable(
290       org.openmdx.base.cci.ContextCapable _base
291     , short accessLevelBrowse
292     , short accessLevelDelete
293     , short accessLevelUpdate
294     , boolean disabled
295     , String JavaDoc name
296     , String JavaDoc qualifiedName
297     , short direction
298     , short multiplicity
299     , org.opencrx.kernel.model1.cci.Classifier type
300   );
301 // ----------------------------------------------------------------------------
302
// ClassProxy/IntfInstanceExtenderRequiredAttributes
303
// ----------------------------------------------------------------------------
304
/**
305    * Creates an instance of class <code>Parameter</code> based on the
306    * superclass <code>ExtentCapable</code> and all required attributes not
307    * included in this superclass.
308    * This is a factory operation used to create instance objects of class
309    * <code>Parameter</code>.
310    */

311   public Parameter extendExtentCapable(
312       org.openmdx.base.cci.ExtentCapable _base
313     , short accessLevelBrowse
314     , short accessLevelDelete
315     , short accessLevelUpdate
316     , boolean disabled
317     , String JavaDoc name
318     , String JavaDoc qualifiedName
319     , short direction
320     , short multiplicity
321     , org.opencrx.kernel.model1.cci.Classifier type
322   );
323 // ----------------------------------------------------------------------------
324
// ClassProxy/IntfInstanceExtenderRequiredAttributes
325
// ----------------------------------------------------------------------------
326
/**
327    * Creates an instance of class <code>Parameter</code> based on the
328    * superclass <code>ViewCapable</code> and all required attributes not
329    * included in this superclass.
330    * This is a factory operation used to create instance objects of class
331    * <code>Parameter</code>.
332    */

333   public Parameter extendViewCapable(
334       org.openmdx.compatibility.view1.cci.ViewCapable _base
335     , short accessLevelBrowse
336     , short accessLevelDelete
337     , short accessLevelUpdate
338     , boolean disabled
339     , String JavaDoc name
340     , String JavaDoc qualifiedName
341     , short direction
342     , short multiplicity
343     , org.opencrx.kernel.model1.cci.Classifier type
344   );
345 // ----------------------------------------------------------------------------
346
// ClassProxy/IntfEnd.vm
347
// ----------------------------------------------------------------------------
348
}
349
Popular Tags