KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public EMailAddress createEMailAddress(
47       short emailFormat
48     , short emailType
49     , short accessLevelBrowse
50     , short accessLevelDelete
51     , short accessLevelUpdate
52   );
53 // ----------------------------------------------------------------------------
54
// ClassProxy/IntfInstanceExtenderRequiredAttributes
55
// ----------------------------------------------------------------------------
56
/**
57    * Creates an instance of class <code>EMailAddress</code> based on the
58    * superclass <code>EMailAddressable</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>EMailAddress</code>.
62    */

63   public EMailAddress extendEMailAddressable(
64       org.opencrx.kernel.address1.cci.EMailAddressable _base
65     , short accessLevelBrowse
66     , short accessLevelDelete
67     , short accessLevelUpdate
68   );
69 // ----------------------------------------------------------------------------
70
// ClassProxy/IntfInstanceExtenderRequiredAttributes
71
// ----------------------------------------------------------------------------
72
/**
73    * Creates an instance of class <code>EMailAddress</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>EMailAddress</code>.
78    */

79   public EMailAddress extendSecureObject(
80       org.opencrx.kernel.base.cci.SecureObject _base
81     , short emailFormat
82     , short emailType
83   );
84 // ----------------------------------------------------------------------------
85
// ClassProxy/IntfInstanceExtenderRequiredAttributes
86
// ----------------------------------------------------------------------------
87
/**
88    * Creates an instance of class <code>EMailAddress</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>EMailAddress</code>.
93    */

94   public EMailAddress extendDepotAddress(
95       org.opencrx.kernel.depot1.cci.DepotAddress _base
96     , short emailFormat
97     , short emailType
98   );
99 // ----------------------------------------------------------------------------
100
// ClassProxy/IntfInstanceExtenderRequiredAttributes
101
// ----------------------------------------------------------------------------
102
/**
103    * Creates an instance of class <code>EMailAddress</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>EMailAddress</code>.
108    */

109   public EMailAddress extendBasicObject(
110       org.openmdx.base.cci.BasicObject _base
111     , short emailFormat
112     , short emailType
113     , short accessLevelBrowse
114     , short accessLevelDelete
115     , short accessLevelUpdate
116   );
117 // ----------------------------------------------------------------------------
118
// ClassProxy/IntfInstanceExtenderRequiredAttributes
119
// ----------------------------------------------------------------------------
120
/**
121    * Creates an instance of class <code>EMailAddress</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>EMailAddress</code>.
126    */

127   public EMailAddress extendContextCapable(
128       org.openmdx.base.cci.ContextCapable _base
129     , short emailFormat
130     , short emailType
131     , short accessLevelBrowse
132     , short accessLevelDelete
133     , short accessLevelUpdate
134   );
135 // ----------------------------------------------------------------------------
136
// ClassProxy/IntfInstanceExtenderRequiredAttributes
137
// ----------------------------------------------------------------------------
138
/**
139    * Creates an instance of class <code>EMailAddress</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>EMailAddress</code>.
144    */

145   public EMailAddress extendExtentCapable(
146       org.openmdx.base.cci.ExtentCapable _base
147     , short emailFormat
148     , short emailType
149     , short accessLevelBrowse
150     , short accessLevelDelete
151     , short accessLevelUpdate
152   );
153 // ----------------------------------------------------------------------------
154
// ClassProxy/IntfInstanceExtenderRequiredAttributes
155
// ----------------------------------------------------------------------------
156
/**
157    * Creates an instance of class <code>EMailAddress</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>EMailAddress</code>.
162    */

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