KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

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

78   public EditableStructureField extendEditableElement(
79       org.opencrx.kernel.model1.cci.EditableElement _base
80     , short accessLevelBrowse
81     , short accessLevelDelete
82     , short accessLevelUpdate
83     , short multiplicity
84   );
85 // ----------------------------------------------------------------------------
86
// ClassProxy/IntfInstanceExtenderRequiredAttributes
87
// ----------------------------------------------------------------------------
88
/**
89    * Creates an instance of class <code>EditableStructureField</code> based
90    * on the superclass <code>EditableTypedElement</code> and all required
91    * attributes not included in this superclass.
92    * This is a factory operation used to create instance objects of class
93    * <code>EditableStructureField</code>.
94    */

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

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

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

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

166   public EditableStructureField extendViewCapable(
167       org.openmdx.compatibility.view1.cci.ViewCapable _base
168     , short accessLevelBrowse
169     , short accessLevelDelete
170     , short accessLevelUpdate
171     , String JavaDoc name
172     , short multiplicity
173   );
174 // ----------------------------------------------------------------------------
175
// ClassProxy/IntfEnd.vm
176
// ----------------------------------------------------------------------------
177
}
178
Popular Tags