KickJava   Java API By Example, From Geeks To Geeks.

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


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 ConstantClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Constant</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Constant</code>.
22    */

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

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

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

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

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

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

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

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

189   public Constant extendXmlExporter(
190       org.opencrx.kernel.base.cci.XmlExporter _base
191     , short accessLevelBrowse
192     , short accessLevelDelete
193     , short accessLevelUpdate
194     , boolean disabled
195     , String JavaDoc constValue
196     , String JavaDoc name
197     , String JavaDoc qualifiedName
198     , org.opencrx.kernel.model1.cci.Classifier type
199   );
200 // ----------------------------------------------------------------------------
201
// ClassProxy/IntfInstanceExtenderRequiredAttributes
202
// ----------------------------------------------------------------------------
203
/**
204    * Creates an instance of class <code>Constant</code> based on the
205    * superclass <code>CrxObject</code> and all required attributes not
206    * included in this superclass.
207    * This is a factory operation used to create instance objects of class
208    * <code>Constant</code>.
209    */

210   public Constant extendCrxObject(
211       org.opencrx.kernel.generic.cci.CrxObject _base
212     , String JavaDoc constValue
213     , String JavaDoc name
214     , String JavaDoc qualifiedName
215     , org.opencrx.kernel.model1.cci.Classifier type
216   );
217 // ----------------------------------------------------------------------------
218
// ClassProxy/IntfInstanceExtenderRequiredAttributes
219
// ----------------------------------------------------------------------------
220
/**
221    * Creates an instance of class <code>Constant</code> based on the
222    * superclass <code>Element</code> and all required attributes not
223    * included in this superclass.
224    * This is a factory operation used to create instance objects of class
225    * <code>Constant</code>.
226    */

227   public Constant extendElement(
228       org.opencrx.kernel.model1.cci.Element _base
229     , String JavaDoc constValue
230     , org.opencrx.kernel.model1.cci.Classifier type
231   );
232 // ----------------------------------------------------------------------------
233
// ClassProxy/IntfInstanceExtenderRequiredAttributes
234
// ----------------------------------------------------------------------------
235
/**
236    * Creates an instance of class <code>Constant</code> based on the
237    * superclass <code>TypedElement</code> and all required attributes not
238    * included in this superclass.
239    * This is a factory operation used to create instance objects of class
240    * <code>Constant</code>.
241    */

242   public Constant extendTypedElement(
243       org.opencrx.kernel.model1.cci.TypedElement _base
244     , String JavaDoc constValue
245   );
246 // ----------------------------------------------------------------------------
247
// ClassProxy/IntfInstanceExtenderRequiredAttributes
248
// ----------------------------------------------------------------------------
249
/**
250    * Creates an instance of class <code>Constant</code> based on the
251    * superclass <code>BasicObject</code> and all required attributes not
252    * included in this superclass.
253    * This is a factory operation used to create instance objects of class
254    * <code>Constant</code>.
255    */

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

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

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

319   public Constant extendViewCapable(
320       org.openmdx.compatibility.view1.cci.ViewCapable _base
321     , short accessLevelBrowse
322     , short accessLevelDelete
323     , short accessLevelUpdate
324     , boolean disabled
325     , String JavaDoc constValue
326     , String JavaDoc name
327     , String JavaDoc qualifiedName
328     , org.opencrx.kernel.model1.cci.Classifier type
329   );
330 // ----------------------------------------------------------------------------
331
// ClassProxy/IntfEnd.vm
332
// ----------------------------------------------------------------------------
333
}
334
Popular Tags