KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > base > cci > StringPropertyClass


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

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

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

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

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

92   public StringProperty extendBasicObject(
93       org.openmdx.base.cci.BasicObject _base
94     , String JavaDoc name
95     , short accessLevelBrowse
96     , short accessLevelDelete
97     , short accessLevelUpdate
98     , String JavaDoc stringValue
99   );
100 // ----------------------------------------------------------------------------
101
// ClassProxy/IntfInstanceExtenderRequiredAttributes
102
// ----------------------------------------------------------------------------
103
/**
104    * Creates an instance of class <code>StringProperty</code> based on the
105    * superclass <code>ContextCapable</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>StringProperty</code>.
109    */

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

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

146   public StringProperty extendViewCapable(
147       org.openmdx.compatibility.view1.cci.ViewCapable _base
148     , String JavaDoc name
149     , short accessLevelBrowse
150     , short accessLevelDelete
151     , short accessLevelUpdate
152     , String JavaDoc stringValue
153   );
154 // ----------------------------------------------------------------------------
155
// ClassProxy/IntfEnd.vm
156
// ----------------------------------------------------------------------------
157
}
158
Popular Tags