KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > building1 > cci > BuildingUnitClass


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

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

46   public BuildingUnit createBuildingUnit(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , String JavaDoc name
51     , short buildingUnitType
52     , boolean disabled
53   );
54 // ----------------------------------------------------------------------------
55
// ClassProxy/IntfInstanceExtenderRequiredAttributes
56
// ----------------------------------------------------------------------------
57
/**
58    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
63    */

64   public BuildingUnit extendAuditee(
65       org.opencrx.kernel.base.cci.Auditee _base
66     , short accessLevelBrowse
67     , short accessLevelDelete
68     , short accessLevelUpdate
69     , String JavaDoc name
70     , short buildingUnitType
71     , boolean disabled
72   );
73 // ----------------------------------------------------------------------------
74
// ClassProxy/IntfInstanceExtenderRequiredAttributes
75
// ----------------------------------------------------------------------------
76
/**
77    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
82    */

83   public BuildingUnit extendBookmarkable(
84       org.opencrx.kernel.base.cci.Bookmarkable _base
85     , short accessLevelBrowse
86     , short accessLevelDelete
87     , short accessLevelUpdate
88     , String JavaDoc name
89     , short buildingUnitType
90     , boolean disabled
91   );
92 // ----------------------------------------------------------------------------
93
// ClassProxy/IntfInstanceExtenderRequiredAttributes
94
// ----------------------------------------------------------------------------
95
/**
96    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
101    */

102   public BuildingUnit extendCloneable(
103       org.opencrx.kernel.base.cci.Cloneable _base
104     , short accessLevelBrowse
105     , short accessLevelDelete
106     , short accessLevelUpdate
107     , String JavaDoc name
108     , short buildingUnitType
109     , boolean disabled
110   );
111 // ----------------------------------------------------------------------------
112
// ClassProxy/IntfInstanceExtenderRequiredAttributes
113
// ----------------------------------------------------------------------------
114
/**
115    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
120    */

121   public BuildingUnit extendImporter(
122       org.opencrx.kernel.base.cci.Importer _base
123     , short accessLevelBrowse
124     , short accessLevelDelete
125     , short accessLevelUpdate
126     , String JavaDoc name
127     , short buildingUnitType
128     , boolean disabled
129   );
130 // ----------------------------------------------------------------------------
131
// ClassProxy/IntfInstanceExtenderRequiredAttributes
132
// ----------------------------------------------------------------------------
133
/**
134    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
139    */

140   public BuildingUnit extendSecureObject(
141       org.opencrx.kernel.base.cci.SecureObject _base
142     , String JavaDoc name
143     , short buildingUnitType
144     , boolean disabled
145   );
146 // ----------------------------------------------------------------------------
147
// ClassProxy/IntfInstanceExtenderRequiredAttributes
148
// ----------------------------------------------------------------------------
149
/**
150    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
155    */

156   public BuildingUnit extendSubscriptionTarget(
157       org.opencrx.kernel.base.cci.SubscriptionTarget _base
158     , short accessLevelBrowse
159     , short accessLevelDelete
160     , short accessLevelUpdate
161     , String JavaDoc name
162     , short buildingUnitType
163     , boolean disabled
164   );
165 // ----------------------------------------------------------------------------
166
// ClassProxy/IntfInstanceExtenderRequiredAttributes
167
// ----------------------------------------------------------------------------
168
/**
169    * Creates an instance of class <code>BuildingUnit</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>BuildingUnit</code>.
174    */

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

194   public BuildingUnit extendAbstractBuildingUnit(
195       org.opencrx.kernel.building1.cci.AbstractBuildingUnit _base
196     , short accessLevelBrowse
197     , short accessLevelDelete
198     , short accessLevelUpdate
199     , short buildingUnitType
200     , boolean disabled
201   );
202 // ----------------------------------------------------------------------------
203
// ClassProxy/IntfInstanceExtenderRequiredAttributes
204
// ----------------------------------------------------------------------------
205
/**
206    * Creates an instance of class <code>BuildingUnit</code> based on the
207    * superclass <code>CrxObject</code> and all required attributes not
208    * included in this superclass.
209    * This is a factory operation used to create instance objects of class
210    * <code>BuildingUnit</code>.
211    */

212   public BuildingUnit extendCrxObject(
213       org.opencrx.kernel.generic.cci.CrxObject _base
214     , String JavaDoc name
215     , short buildingUnitType
216   );
217 // ----------------------------------------------------------------------------
218
// ClassProxy/IntfInstanceExtenderRequiredAttributes
219
// ----------------------------------------------------------------------------
220
/**
221    * Creates an instance of class <code>BuildingUnit</code> based on the
222    * superclass <code>Pictured</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>BuildingUnit</code>.
226    */

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

246   public BuildingUnit extendBasicObject(
247       org.openmdx.base.cci.BasicObject _base
248     , short accessLevelBrowse
249     , short accessLevelDelete
250     , short accessLevelUpdate
251     , String JavaDoc name
252     , short buildingUnitType
253     , boolean disabled
254   );
255 // ----------------------------------------------------------------------------
256
// ClassProxy/IntfInstanceExtenderRequiredAttributes
257
// ----------------------------------------------------------------------------
258
/**
259    * Creates an instance of class <code>BuildingUnit</code> based on the
260    * superclass <code>ContextCapable</code> and all required attributes not
261    * included in this superclass.
262    * This is a factory operation used to create instance objects of class
263    * <code>BuildingUnit</code>.
264    */

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

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

303   public BuildingUnit extendViewCapable(
304       org.openmdx.compatibility.view1.cci.ViewCapable _base
305     , short accessLevelBrowse
306     , short accessLevelDelete
307     , short accessLevelUpdate
308     , String JavaDoc name
309     , short buildingUnitType
310     , boolean disabled
311   );
312 // ----------------------------------------------------------------------------
313
// ClassProxy/IntfEnd.vm
314
// ----------------------------------------------------------------------------
315
}
316
Popular Tags