KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > uom1 > cci > UomScheduleClass


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

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

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

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

79   public UomSchedule extendSecureObject(
80       org.opencrx.kernel.base.cci.SecureObject _base
81     , String JavaDoc name
82   );
83 // ----------------------------------------------------------------------------
84
// ClassProxy/IntfInstanceExtenderRequiredAttributes
85
// ----------------------------------------------------------------------------
86
/**
87    * Creates an instance of class <code>UomSchedule</code> based on the
88    * superclass <code>XmlExporter</code> and all required attributes not
89    * included in this superclass.
90    * This is a factory operation used to create instance objects of class
91    * <code>UomSchedule</code>.
92    */

93   public UomSchedule extendXmlExporter(
94       org.opencrx.kernel.base.cci.XmlExporter _base
95     , short accessLevelBrowse
96     , short accessLevelDelete
97     , short accessLevelUpdate
98     , String JavaDoc name
99   );
100 // ----------------------------------------------------------------------------
101
// ClassProxy/IntfInstanceExtenderRequiredAttributes
102
// ----------------------------------------------------------------------------
103
/**
104    * Creates an instance of class <code>UomSchedule</code> based on the
105    * superclass <code>BasicObject</code> and all required attributes not
106    * included in this superclass.
107    * This is a factory operation used to create instance objects of class
108    * <code>UomSchedule</code>.
109    */

110   public UomSchedule extendBasicObject(
111       org.openmdx.base.cci.BasicObject _base
112     , short accessLevelBrowse
113     , short accessLevelDelete
114     , short accessLevelUpdate
115     , String JavaDoc name
116   );
117 // ----------------------------------------------------------------------------
118
// ClassProxy/IntfInstanceExtenderRequiredAttributes
119
// ----------------------------------------------------------------------------
120
/**
121    * Creates an instance of class <code>UomSchedule</code> based on the
122    * superclass <code>ContextCapable</code> and all required attributes not
123    * included in this superclass.
124    * This is a factory operation used to create instance objects of class
125    * <code>UomSchedule</code>.
126    */

127   public UomSchedule extendContextCapable(
128       org.openmdx.base.cci.ContextCapable _base
129     , short accessLevelBrowse
130     , short accessLevelDelete
131     , short accessLevelUpdate
132     , String JavaDoc name
133   );
134 // ----------------------------------------------------------------------------
135
// ClassProxy/IntfInstanceExtenderRequiredAttributes
136
// ----------------------------------------------------------------------------
137
/**
138    * Creates an instance of class <code>UomSchedule</code> based on the
139    * superclass <code>ExtentCapable</code> and all required attributes not
140    * included in this superclass.
141    * This is a factory operation used to create instance objects of class
142    * <code>UomSchedule</code>.
143    */

144   public UomSchedule extendExtentCapable(
145       org.openmdx.base.cci.ExtentCapable _base
146     , short accessLevelBrowse
147     , short accessLevelDelete
148     , short accessLevelUpdate
149     , String JavaDoc name
150   );
151 // ----------------------------------------------------------------------------
152
// ClassProxy/IntfInstanceExtenderRequiredAttributes
153
// ----------------------------------------------------------------------------
154
/**
155    * Creates an instance of class <code>UomSchedule</code> based on the
156    * superclass <code>ViewCapable</code> and all required attributes not
157    * included in this superclass.
158    * This is a factory operation used to create instance objects of class
159    * <code>UomSchedule</code>.
160    */

161   public UomSchedule extendViewCapable(
162       org.openmdx.compatibility.view1.cci.ViewCapable _base
163     , short accessLevelBrowse
164     , short accessLevelDelete
165     , short accessLevelUpdate
166     , String JavaDoc name
167   );
168 // ----------------------------------------------------------------------------
169
// ClassProxy/IntfEnd.vm
170
// ----------------------------------------------------------------------------
171
}
172
Popular Tags