KickJava   Java API By Example, From Geeks To Geeks.

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


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:04 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.activity1.cci;
14
15 public interface ResourceRoleFilterProperty
16   extends
17  org.opencrx.kernel.activity1.cci.ActivityFilterProperty {
18 // ----------------------------------------------------------------------------
19
// Instance/IntfAttributeGetList
20
// ----------------------------------------------------------------------------
21
/**
22    * @return A list containing all elements for this attribute.
23    * @exception JmiException If the values cannot be retrieved for some reason.
24    */

25   public java.util.List JavaDoc getResourceRole(
26   );
27
28   /**
29    * @param index The index of the element to return.
30    * @return The element at the specified position in the list of all values for this attribute.
31    * @exception JmiException If the value cannot be retrieved for some reason.
32    */

33   public short getResourceRole(
34     int index
35   );
36
37 // ----------------------------------------------------------------------------
38
// Instance/IntfAttributeSetList
39
// ----------------------------------------------------------------------------
40
/**
41    * @param newValue A list containing all the new elements for this attribute.
42    * @exception JmiException If the values cannot be set for some reason.
43    */

44   public void setResourceRole(
45     java.util.List JavaDoc newValue
46   );
47
48   /**
49    * @param newValue An array containing all the new elements for this attribute.
50    * @exception JmiException If the values cannot be set for some reason.
51    */

52   public void setResourceRole(
53     short[] newValue
54   );
55
56 // ----------------------------------------------------------------------------
57
// Instance/IntfEnd.vm
58
// ----------------------------------------------------------------------------
59
}
60
Popular Tags