KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

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

63   public IntegerProperty extendProperty(
64       org.opencrx.kernel.base.cci.Property _base
65     , int integerValue
66   );
67 // ----------------------------------------------------------------------------
68
// ClassProxy/IntfInstanceExtenderRequiredAttributes
69
// ----------------------------------------------------------------------------
70
/**
71    * Creates an instance of class <code>IntegerProperty</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>IntegerProperty</code>.
76    */

77   public IntegerProperty extendSecureObject(
78       org.opencrx.kernel.base.cci.SecureObject _base
79     , int integerValue
80     , String JavaDoc name
81   );
82 // ----------------------------------------------------------------------------
83
// ClassProxy/IntfInstanceExtenderRequiredAttributes
84
// ----------------------------------------------------------------------------
85
/**
86    * Creates an instance of class <code>IntegerProperty</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>IntegerProperty</code>.
91    */

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

110   public IntegerProperty extendContextCapable(
111       org.openmdx.base.cci.ContextCapable _base
112     , int integerValue
113     , String JavaDoc name
114     , short accessLevelBrowse
115     , short accessLevelDelete
116     , short accessLevelUpdate
117   );
118 // ----------------------------------------------------------------------------
119
// ClassProxy/IntfInstanceExtenderRequiredAttributes
120
// ----------------------------------------------------------------------------
121
/**
122    * Creates an instance of class <code>IntegerProperty</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>IntegerProperty</code>.
127    */

128   public IntegerProperty extendExtentCapable(
129       org.openmdx.base.cci.ExtentCapable _base
130     , int integerValue
131     , String JavaDoc name
132     , short accessLevelBrowse
133     , short accessLevelDelete
134     , short accessLevelUpdate
135   );
136 // ----------------------------------------------------------------------------
137
// ClassProxy/IntfInstanceExtenderRequiredAttributes
138
// ----------------------------------------------------------------------------
139
/**
140    * Creates an instance of class <code>IntegerProperty</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>IntegerProperty</code>.
145    */

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