KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > compatibility > view1 > cci > view1Package


1 // ----------------------------------------------------------------------------
2
// Package/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.compatibility.view1.cci;
14
15 public interface view1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfFilterCreator
21
// ----------------------------------------------------------------------------
22
public org.openmdx.compatibility.view1.cci.ViewCapableFilter createViewCapableFilter(
23   );
24
25   public org.openmdx.compatibility.view1.cci.ViewCapableFilter createViewCapableFilter(
26     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
27     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
28   );
29
30 // ----------------------------------------------------------------------------
31
// Package/IntfFilterCreator
32
// ----------------------------------------------------------------------------
33
public org.openmdx.compatibility.view1.cci.ViewFilter createViewFilter(
34   );
35
36   public org.openmdx.compatibility.view1.cci.ViewFilter createViewFilter(
37     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
38     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
39   );
40
41 // ----------------------------------------------------------------------------
42
// Package/IntfEnd.vm
43
// ----------------------------------------------------------------------------
44
}
45
Popular Tags