KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

46   public DecimalProperty createDecimalProperty(
47       short operator
48     , short quantor
49   );
50 // ----------------------------------------------------------------------------
51
// ClassProxy/IntfEnd.vm
52
// ----------------------------------------------------------------------------
53
}
54
Popular Tags