KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > ras1 > cci > RequirementModelClass


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

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

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

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

83   public RequirementModel extendBookmarkable(
84       org.opencrx.kernel.base.cci.Bookmarkable _base
85     , short accessLevelBrowse
86     , short accessLevelDelete
87     , short accessLevelUpdate
88     , boolean disabled
89     , String JavaDoc artifactType
90     , String JavaDoc name
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>RequirementModel</code> based on the
97    * superclass <code>Cloneable</code> and all required attributes not
98    * included in this superclass.
99    * This is a factory operation used to create instance objects of class
100    * <code>RequirementModel</code>.
101    */

102   public RequirementModel extendCloneable(
103       org.opencrx.kernel.base.cci.Cloneable _base
104     , short accessLevelBrowse
105     , short accessLevelDelete
106     , short accessLevelUpdate
107     , boolean disabled
108     , String JavaDoc artifactType
109     , String JavaDoc name
110   );
111 // ----------------------------------------------------------------------------
112
// ClassProxy/IntfInstanceExtenderRequiredAttributes
113
// ----------------------------------------------------------------------------
114
/**
115    * Creates an instance of class <code>RequirementModel</code> based on the
116    * superclass <code>Importer</code> and all required attributes not
117    * included in this superclass.
118    * This is a factory operation used to create instance objects of class
119    * <code>RequirementModel</code>.
120    */

121   public RequirementModel extendImporter(
122       org.opencrx.kernel.base.cci.Importer _base
123     , short accessLevelBrowse
124     , short accessLevelDelete
125     , short accessLevelUpdate
126     , boolean disabled
127     , String JavaDoc artifactType
128     , String JavaDoc name
129   );
130 // ----------------------------------------------------------------------------
131
// ClassProxy/IntfInstanceExtenderRequiredAttributes
132
// ----------------------------------------------------------------------------
133
/**
134    * Creates an instance of class <code>RequirementModel</code> based on the
135    * superclass <code>SecureObject</code> and all required attributes not
136    * included in this superclass.
137    * This is a factory operation used to create instance objects of class
138    * <code>RequirementModel</code>.
139    */

140   public RequirementModel extendSecureObject(
141       org.opencrx.kernel.base.cci.SecureObject _base
142     , boolean disabled
143     , String JavaDoc artifactType
144     , String JavaDoc name
145   );
146 // ----------------------------------------------------------------------------
147
// ClassProxy/IntfInstanceExtenderRequiredAttributes
148
// ----------------------------------------------------------------------------
149
/**
150    * Creates an instance of class <code>RequirementModel</code> based on the
151    * superclass <code>SubscriptionTarget</code> and all required attributes
152    * not included in this superclass.
153    * This is a factory operation used to create instance objects of class
154    * <code>RequirementModel</code>.
155    */

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

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

194   public RequirementModel extendCrxObject(
195       org.opencrx.kernel.generic.cci.CrxObject _base
196     , String JavaDoc artifactType
197     , String JavaDoc name
198   );
199 // ----------------------------------------------------------------------------
200
// ClassProxy/IntfInstanceExtenderRequiredAttributes
201
// ----------------------------------------------------------------------------
202
/**
203    * Creates an instance of class <code>RequirementModel</code> based on the
204    * superclass <code>DescriptionContainer</code> and all required
205    * attributes not included in this superclass.
206    * This is a factory operation used to create instance objects of class
207    * <code>RequirementModel</code>.
208    */

209   public RequirementModel extendDescriptionContainer(
210       org.opencrx.kernel.generic.cci.DescriptionContainer _base
211     , short accessLevelBrowse
212     , short accessLevelDelete
213     , short accessLevelUpdate
214     , boolean disabled
215     , String JavaDoc artifactType
216     , String JavaDoc name
217   );
218 // ----------------------------------------------------------------------------
219
// ClassProxy/IntfInstanceExtenderRequiredAttributes
220
// ----------------------------------------------------------------------------
221
/**
222    * Creates an instance of class <code>RequirementModel</code> based on the
223    * superclass <code>Model</code> and all required attributes not included
224    * in this superclass.
225    * This is a factory operation used to create instance objects of class
226    * <code>RequirementModel</code>.
227    */

228   public RequirementModel extendModel(
229       org.opencrx.kernel.ras1.cci.Model _base
230     , short accessLevelBrowse
231     , short accessLevelDelete
232     , short accessLevelUpdate
233     , boolean disabled
234     , String JavaDoc artifactType
235     , String JavaDoc name
236   );
237 // ----------------------------------------------------------------------------
238
// ClassProxy/IntfInstanceExtenderRequiredAttributes
239
// ----------------------------------------------------------------------------
240
/**
241    * Creates an instance of class <code>RequirementModel</code> based on the
242    * superclass <code>SolutionPart</code> and all required attributes not
243    * included in this superclass.
244    * This is a factory operation used to create instance objects of class
245    * <code>RequirementModel</code>.
246    */

247   public RequirementModel extendSolutionPart(
248       org.opencrx.kernel.ras1.cci.SolutionPart _base
249     , String JavaDoc artifactType
250   );
251 // ----------------------------------------------------------------------------
252
// ClassProxy/IntfInstanceExtenderRequiredAttributes
253
// ----------------------------------------------------------------------------
254
/**
255    * Creates an instance of class <code>RequirementModel</code> based on the
256    * superclass <code>BasicObject</code> and all required attributes not
257    * included in this superclass.
258    * This is a factory operation used to create instance objects of class
259    * <code>RequirementModel</code>.
260    */

261   public RequirementModel extendBasicObject(
262       org.openmdx.base.cci.BasicObject _base
263     , short accessLevelBrowse
264     , short accessLevelDelete
265     , short accessLevelUpdate
266     , boolean disabled
267     , String JavaDoc artifactType
268     , String JavaDoc name
269   );
270 // ----------------------------------------------------------------------------
271
// ClassProxy/IntfInstanceExtenderRequiredAttributes
272
// ----------------------------------------------------------------------------
273
/**
274    * Creates an instance of class <code>RequirementModel</code> based on the
275    * superclass <code>ContextCapable</code> and all required attributes not
276    * included in this superclass.
277    * This is a factory operation used to create instance objects of class
278    * <code>RequirementModel</code>.
279    */

280   public RequirementModel extendContextCapable(
281       org.openmdx.base.cci.ContextCapable _base
282     , short accessLevelBrowse
283     , short accessLevelDelete
284     , short accessLevelUpdate
285     , boolean disabled
286     , String JavaDoc artifactType
287     , String JavaDoc name
288   );
289 // ----------------------------------------------------------------------------
290
// ClassProxy/IntfInstanceExtenderRequiredAttributes
291
// ----------------------------------------------------------------------------
292
/**
293    * Creates an instance of class <code>RequirementModel</code> based on the
294    * superclass <code>ExtentCapable</code> and all required attributes not
295    * included in this superclass.
296    * This is a factory operation used to create instance objects of class
297    * <code>RequirementModel</code>.
298    */

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

318   public RequirementModel extendViewCapable(
319       org.openmdx.compatibility.view1.cci.ViewCapable _base
320     , short accessLevelBrowse
321     , short accessLevelDelete
322     , short accessLevelUpdate
323     , boolean disabled
324     , String JavaDoc artifactType
325     , String JavaDoc name
326   );
327 // ----------------------------------------------------------------------------
328
// ClassProxy/IntfEnd.vm
329
// ----------------------------------------------------------------------------
330
}
331
Popular Tags