KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > filter1 > cci > StringProperty


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

25   public java.util.Set JavaDoc getValue(
26   );
27
28 // ----------------------------------------------------------------------------
29
// Instance/IntfAttributeSetSet
30
// ----------------------------------------------------------------------------
31
/**
32    * @param newValue A set containing all the new elements for this attribute.
33    * @exception JmiException If the values cannot be set for some reason.
34    */

35   public void setValue(
36     java.util.Set JavaDoc newValue
37   );
38 // ----------------------------------------------------------------------------
39
// Instance/IntfEnd.vm
40
// ----------------------------------------------------------------------------
41
}
42
Popular Tags