KickJava   Java API By Example, From Geeks To Geeks.

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


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

23   public Class JavaDoc createClass(
24   );
25
26   /**
27    * Creates an instance of class <code>Class</code> based on the specified
28    * Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Class</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 Class JavaDoc getClass(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Class</code> based on all required
42    * attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Class</code>.
45    */

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

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

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

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

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

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

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

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

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

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

250   public Class JavaDoc extendElement(
251       org.opencrx.kernel.model1.cci.Element _base
252     , boolean isSingleton
253     , boolean isAbstract
254     , short visibility
255   );
256 // ----------------------------------------------------------------------------
257
// ClassProxy/IntfInstanceExtenderRequiredAttributes
258
// ----------------------------------------------------------------------------
259
/**
260    * Creates an instance of class <code>Class</code> based on the superclass
261    * <code>GeneralizableElement</code> and all required attributes not
262    * included in this superclass.
263    * This is a factory operation used to create instance objects of class
264    * <code>Class</code>.
265    */

266   public Class JavaDoc extendGeneralizableElement(
267       org.opencrx.kernel.model1.cci.GeneralizableElement _base
268     , boolean isSingleton
269   );
270 // ----------------------------------------------------------------------------
271
// ClassProxy/IntfInstanceExtenderRequiredAttributes
272
// ----------------------------------------------------------------------------
273
/**
274    * Creates an instance of class <code>Class</code> based on the superclass
275    * <code>Namespace</code> and all required attributes not included in this
276    * superclass.
277    * This is a factory operation used to create instance objects of class
278    * <code>Class</code>.
279    */

280   public Class JavaDoc extendNamespace(
281       org.opencrx.kernel.model1.cci.Namespace _base
282     , boolean isSingleton
283     , boolean isAbstract
284     , short visibility
285   );
286 // ----------------------------------------------------------------------------
287
// ClassProxy/IntfInstanceExtenderRequiredAttributes
288
// ----------------------------------------------------------------------------
289
/**
290    * Creates an instance of class <code>Class</code> based on the superclass
291    * <code>BasicObject</code> and all required attributes not included in
292    * this superclass.
293    * This is a factory operation used to create instance objects of class
294    * <code>Class</code>.
295    */

296   public Class JavaDoc extendBasicObject(
297       org.openmdx.base.cci.BasicObject _base
298     , short accessLevelBrowse
299     , short accessLevelDelete
300     , short accessLevelUpdate
301     , boolean disabled
302     , boolean isSingleton
303     , String JavaDoc name
304     , String JavaDoc qualifiedName
305     , boolean isAbstract
306     , short visibility
307   );
308 // ----------------------------------------------------------------------------
309
// ClassProxy/IntfInstanceExtenderRequiredAttributes
310
// ----------------------------------------------------------------------------
311
/**
312    * Creates an instance of class <code>Class</code> based on the superclass
313    * <code>ContextCapable</code> and all required attributes not included in
314    * this superclass.
315    * This is a factory operation used to create instance objects of class
316    * <code>Class</code>.
317    */

318   public Class JavaDoc extendContextCapable(
319       org.openmdx.base.cci.ContextCapable _base
320     , short accessLevelBrowse
321     , short accessLevelDelete
322     , short accessLevelUpdate
323     , boolean disabled
324     , boolean isSingleton
325     , String JavaDoc name
326     , String JavaDoc qualifiedName
327     , boolean isAbstract
328     , short visibility
329   );
330 // ----------------------------------------------------------------------------
331
// ClassProxy/IntfInstanceExtenderRequiredAttributes
332
// ----------------------------------------------------------------------------
333
/**
334    * Creates an instance of class <code>Class</code> based on the superclass
335    * <code>ExtentCapable</code> and all required attributes not included in
336    * this superclass.
337    * This is a factory operation used to create instance objects of class
338    * <code>Class</code>.
339    */

340   public Class JavaDoc extendExtentCapable(
341       org.openmdx.base.cci.ExtentCapable _base
342     , short accessLevelBrowse
343     , short accessLevelDelete
344     , short accessLevelUpdate
345     , boolean disabled
346     , boolean isSingleton
347     , String JavaDoc name
348     , String JavaDoc qualifiedName
349     , boolean isAbstract
350     , short visibility
351   );
352 // ----------------------------------------------------------------------------
353
// ClassProxy/IntfInstanceExtenderRequiredAttributes
354
// ----------------------------------------------------------------------------
355
/**
356    * Creates an instance of class <code>Class</code> based on the superclass
357    * <code>ViewCapable</code> and all required attributes not included in
358    * this superclass.
359    * This is a factory operation used to create instance objects of class
360    * <code>Class</code>.
361    */

362   public Class JavaDoc extendViewCapable(
363       org.openmdx.compatibility.view1.cci.ViewCapable _base
364     , short accessLevelBrowse
365     , short accessLevelDelete
366     , short accessLevelUpdate
367     , boolean disabled
368     , boolean isSingleton
369     , String JavaDoc name
370     , String JavaDoc qualifiedName
371     , boolean isAbstract
372     , short visibility
373   );
374 // ----------------------------------------------------------------------------
375
// ClassProxy/IntfEnd.vm
376
// ----------------------------------------------------------------------------
377
}
378
Popular Tags