KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > generic1 > cci > IntegerProperty


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

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

33   public int getIntegerValue(
34     int index
35   );
36
37 // ----------------------------------------------------------------------------
38
// Instance/IntfEnd.vm
39
// ----------------------------------------------------------------------------
40
}
41
Popular Tags