KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public EditableStructureType createEditableStructureType(
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>EditableStructureType</code> based
57    * on the superclass <code>SecureObject</code> and all required attributes
58    * not included in this superclass.
59    * This is a factory operation used to create instance objects of class
60    * <code>EditableStructureType</code>.
61    */

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

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

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

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

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

143   public EditableStructureType extendViewCapable(
144       org.openmdx.compatibility.view1.cci.ViewCapable _base
145     , short accessLevelBrowse
146     , short accessLevelDelete
147     , short accessLevelUpdate
148     , String JavaDoc name
149   );
150 // ----------------------------------------------------------------------------
151
// ClassProxy/IntfEnd.vm
152
// ----------------------------------------------------------------------------
153
}
154
Popular Tags