KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public EditableAttribute createEditableAttribute(
47       short accessLevelBrowse
48     , short accessLevelDelete
49     , short accessLevelUpdate
50     , short multiplicity
51     , String JavaDoc name
52   );
53 // ----------------------------------------------------------------------------
54
// ClassProxy/IntfInstanceExtenderRequiredAttributes
55
// ----------------------------------------------------------------------------
56
/**
57    * Creates an instance of class <code>EditableAttribute</code> based on
58    * 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>EditableAttribute</code>.
62    */

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

78   public EditableAttribute 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>EditableAttribute</code> based on
90    * 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>EditableAttribute</code>.
94    */

95   public EditableAttribute 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>EditableAttribute</code> based on
107    * the superclass <code>BasicObject</code> and all required attributes not
108    * included in this superclass.
109    * This is a factory operation used to create instance objects of class
110    * <code>EditableAttribute</code>.
111    */

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

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

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

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