KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Filter/ImplBegin
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 class ViewCapableFilterImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefFilter_1
17   implements ViewCapableFilter {
18
19   public ViewCapableFilterImpl(
20     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage
21   ) {
22     super(
23       aPackage,
24       "org:openmdx:compatibility:view1:ViewCapable",
25       null,
26       null
27     );
28   }
29
30   public ViewCapableFilterImpl(
31     org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage,
32     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
33     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
34   ) {
35     super(
36       aPackage,
37       "org:openmdx:compatibility:view1:ViewCapable",
38       filterProperties,
39       attributeSpecifiers
40     );
41   }
42       
43 // ----------------------------------------------------------------------------
44
// Filter/ImplEnd
45
// ----------------------------------------------------------------------------
46
}
47
Popular Tags