KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > activity1 > cci > ActivityType


1 // ----------------------------------------------------------------------------
2
// Instance/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:39:02 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface ActivityType
16   extends
17  org.opencrx.kernel.generic.cci.CrxObject {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGet1_1
20
// ----------------------------------------------------------------------------
21
/**
22    * Retrieves the value for the attribute <code>activityClass</code>.
23    * @return The non-null value for attribute <code>activityClass</code>.
24    * @exception JmiException If the value cannot be retrieved for some reason.
25    */

26   public short getActivityClass(
27   );
28
29 // ----------------------------------------------------------------------------
30
// Instance/IntfAttributeSet1_1
31
// ----------------------------------------------------------------------------
32
/**
33    * Sets a new value for the attribute <code>activityClass</code>.
34    * @param newValue The non-null new value for attribute <code>activityClass</code>.
35    * @exception JmiException If the value cannot be set for some reason.
36    */

37   public void setActivityClass(
38     short newValue
39   );
40
41 // ----------------------------------------------------------------------------
42
// Instance/IntfReferenceGet0_1NoQualifier
43
// ----------------------------------------------------------------------------
44
/**
45    * Retrieves the value for the optional reference <code>controlledBy</code>.
46    * @return The possibly null value for this reference.
47    * @exception JmiException If the value cannot be retrieved for some reason.
48    */

49   public org.opencrx.kernel.activity1.cci.ActivityProcess getControlledBy(
50   );
51
52 // ----------------------------------------------------------------------------
53
// Instance/IntfReferenceSetNoQualifier
54
// ----------------------------------------------------------------------------
55
/**
56    * Sets a new value for the reference <code>controlledBy</code>.
57    * @param newValue The non-null new value for this reference.
58    * @exception JmiException If the value cannot be set for some reason.
59    */

60   public void setControlledBy(
61     org.opencrx.kernel.activity1.cci.ActivityProcess newValue
62   );
63
64 // ----------------------------------------------------------------------------
65
// Instance/IntfReferenceRemoveOptional
66
// ----------------------------------------------------------------------------
67
/**
68    * Removes the value for the optional reference <code>controlledBy</code>.
69    * @exception JmiException If the value cannot be removed for some reason.
70    */

71   public void removeControlledBy (
72   );
73
74 // ----------------------------------------------------------------------------
75
// Instance/IntfAttributeGet0_1
76
// ----------------------------------------------------------------------------
77
/**
78    * @return The possibly null value for attribute <code>description</code>.
79    * @exception JmiException If the value cannot be retrieved for some reason.
80    */

81   public String JavaDoc getDescription(
82   );
83
84 // ----------------------------------------------------------------------------
85
// Instance/IntfAttributeSet0_1
86
// ----------------------------------------------------------------------------
87

88
89   /**
90    * Sets a new value for the attribute <code>description</code>.
91    * @param newValue The possibly null new value for attribute <code>description</code>.
92    * @exception JmiException If the value cannot be set for some reason.
93    */

94   public void setDescription(
95     String JavaDoc newValue
96   );
97
98 // ----------------------------------------------------------------------------
99
// Instance/IntfAttributeGet1_1
100
// ----------------------------------------------------------------------------
101
/**
102    * Retrieves the value for the attribute <code>name</code>.
103    * @return The non-null value for attribute <code>name</code>.
104    * @exception JmiException If the value cannot be retrieved for some reason.
105    */

106   public String JavaDoc getName(
107   );
108
109 // ----------------------------------------------------------------------------
110
// Instance/IntfAttributeSet1_1
111
// ----------------------------------------------------------------------------
112
/**
113    * Sets a new value for the attribute <code>name</code>.
114    * @param newValue The non-null new value for attribute <code>name</code>.
115    * @exception JmiException If the value cannot be set for some reason.
116    */

117   public void setName(
118     String JavaDoc newValue
119   );
120
121 // ----------------------------------------------------------------------------
122
// Instance/IntfReferenceGet0_1NoQualifier
123
// ----------------------------------------------------------------------------
124
/**
125    * Retrieves the value for the optional reference <code>workBt</code>.
126    * @return The possibly null value for this reference.
127    * @exception JmiException If the value cannot be retrieved for some reason.
128    */

129   public org.opencrx.kernel.depot1.cci.BookingText getWorkBt(
130   );
131
132 // ----------------------------------------------------------------------------
133
// Instance/IntfReferenceSetNoQualifier
134
// ----------------------------------------------------------------------------
135
/**
136    * Sets a new value for the reference <code>workBt</code>.
137    * @param newValue The non-null new value for this reference.
138    * @exception JmiException If the value cannot be set for some reason.
139    */

140   public void setWorkBt(
141     org.opencrx.kernel.depot1.cci.BookingText newValue
142   );
143
144 // ----------------------------------------------------------------------------
145
// Instance/IntfReferenceRemoveOptional
146
// ----------------------------------------------------------------------------
147
/**
148    * Removes the value for the optional reference <code>workBt</code>.
149    * @exception JmiException If the value cannot be removed for some reason.
150    */

151   public void removeWorkBt (
152   );
153
154 // ----------------------------------------------------------------------------
155
// Instance/IntfEnd.vm
156
// ----------------------------------------------------------------------------
157
}
158
Popular Tags