KickJava   Java API By Example, From Geeks To Geeks.

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


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:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.filter1.cci;
14
15 public interface filter1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.openmdx.filter1.cci.StringPropertyClass getStringPropertyClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.openmdx.filter1.cci.StringPropertyFilter createStringPropertyFilter(
28   );
29
30   public org.openmdx.filter1.cci.StringPropertyFilter createStringPropertyFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfClassAccessor
37
// ----------------------------------------------------------------------------
38
public org.openmdx.filter1.cci.FilterClass getFilterClass();
39
40 // ----------------------------------------------------------------------------
41
// Package/IntfFilterCreator
42
// ----------------------------------------------------------------------------
43
public org.openmdx.filter1.cci.FilterFilter createFilterFilter(
44   );
45
46   public org.openmdx.filter1.cci.FilterFilter createFilterFilter(
47     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
48     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
49   );
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfClassAccessor
53
// ----------------------------------------------------------------------------
54
public org.openmdx.filter1.cci.IntegerPropertyClass getIntegerPropertyClass();
55
56 // ----------------------------------------------------------------------------
57
// Package/IntfFilterCreator
58
// ----------------------------------------------------------------------------
59
public org.openmdx.filter1.cci.IntegerPropertyFilter createIntegerPropertyFilter(
60   );
61
62   public org.openmdx.filter1.cci.IntegerPropertyFilter createIntegerPropertyFilter(
63     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
64     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
65   );
66
67 // ----------------------------------------------------------------------------
68
// Package/IntfClassAccessor
69
// ----------------------------------------------------------------------------
70
public org.openmdx.filter1.cci.BooleanPropertyClass getBooleanPropertyClass();
71
72 // ----------------------------------------------------------------------------
73
// Package/IntfFilterCreator
74
// ----------------------------------------------------------------------------
75
public org.openmdx.filter1.cci.BooleanPropertyFilter createBooleanPropertyFilter(
76   );
77
78   public org.openmdx.filter1.cci.BooleanPropertyFilter createBooleanPropertyFilter(
79     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
80     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
81   );
82
83 // ----------------------------------------------------------------------------
84
// Package/IntfClassAccessor
85
// ----------------------------------------------------------------------------
86
public org.openmdx.filter1.cci.UriPropertyClass getUriPropertyClass();
87
88 // ----------------------------------------------------------------------------
89
// Package/IntfFilterCreator
90
// ----------------------------------------------------------------------------
91
public org.openmdx.filter1.cci.UriPropertyFilter createUriPropertyFilter(
92   );
93
94   public org.openmdx.filter1.cci.UriPropertyFilter createUriPropertyFilter(
95     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
96     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
97   );
98
99 // ----------------------------------------------------------------------------
100
// Package/IntfFilterCreator
101
// ----------------------------------------------------------------------------
102
public org.openmdx.filter1.cci.PropertyFilter createPropertyFilter(
103   );
104
105   public org.openmdx.filter1.cci.PropertyFilter createPropertyFilter(
106     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
107     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
108   );
109
110 // ----------------------------------------------------------------------------
111
// Package/IntfClassAccessor
112
// ----------------------------------------------------------------------------
113
public org.openmdx.filter1.cci.DecimalPropertyClass getDecimalPropertyClass();
114
115 // ----------------------------------------------------------------------------
116
// Package/IntfFilterCreator
117
// ----------------------------------------------------------------------------
118
public org.openmdx.filter1.cci.DecimalPropertyFilter createDecimalPropertyFilter(
119   );
120
121   public org.openmdx.filter1.cci.DecimalPropertyFilter createDecimalPropertyFilter(
122     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
123     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
124   );
125
126 // ----------------------------------------------------------------------------
127
// Package/IntfEnd.vm
128
// ----------------------------------------------------------------------------
129
}
130
Popular Tags