KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > depot1 > cci > PhoneNumberClass


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

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

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

63   public PhoneNumber extendPhoneNumberAddressable(
64       org.opencrx.kernel.address1.cci.PhoneNumberAddressable _base
65     , short accessLevelBrowse
66     , short accessLevelDelete
67     , short accessLevelUpdate
68   );
69 // ----------------------------------------------------------------------------
70
// ClassProxy/IntfInstanceExtenderRequiredAttributes
71
// ----------------------------------------------------------------------------
72
/**
73    * Creates an instance of class <code>PhoneNumber</code> based on the
74    * superclass <code>SecureObject</code> and all required attributes not
75    * included in this superclass.
76    * This is a factory operation used to create instance objects of class
77    * <code>PhoneNumber</code>.
78    */

79   public PhoneNumber extendSecureObject(
80       org.opencrx.kernel.base.cci.SecureObject _base
81     , boolean automaticParsing
82     , short phoneCountryPrefix
83   );
84 // ----------------------------------------------------------------------------
85
// ClassProxy/IntfInstanceExtenderRequiredAttributes
86
// ----------------------------------------------------------------------------
87
/**
88    * Creates an instance of class <code>PhoneNumber</code> based on the
89    * superclass <code>DepotAddress</code> and all required attributes not
90    * included in this superclass.
91    * This is a factory operation used to create instance objects of class
92    * <code>PhoneNumber</code>.
93    */

94   public PhoneNumber extendDepotAddress(
95       org.opencrx.kernel.depot1.cci.DepotAddress _base
96     , boolean automaticParsing
97     , short phoneCountryPrefix
98   );
99 // ----------------------------------------------------------------------------
100
// ClassProxy/IntfInstanceExtenderRequiredAttributes
101
// ----------------------------------------------------------------------------
102
/**
103    * Creates an instance of class <code>PhoneNumber</code> based on the
104    * superclass <code>BasicObject</code> and all required attributes not
105    * included in this superclass.
106    * This is a factory operation used to create instance objects of class
107    * <code>PhoneNumber</code>.
108    */

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

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

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

163   public PhoneNumber extendViewCapable(
164       org.openmdx.compatibility.view1.cci.ViewCapable _base
165     , boolean automaticParsing
166     , short phoneCountryPrefix
167     , short accessLevelBrowse
168     , short accessLevelDelete
169     , short accessLevelUpdate
170   );
171 // ----------------------------------------------------------------------------
172
// ClassProxy/IntfEnd.vm
173
// ----------------------------------------------------------------------------
174
}
175
Popular Tags