1 package org.openmdx.filter1.cci; 14 15 public class filter1PackageImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefPackage_1 17 implements filter1Package { 18 19 public filter1PackageImpl( 20 javax.jmi.reflect.RefPackage outermostPackage, 21 javax.jmi.reflect.RefPackage immediatePackage 22 ) { 23 super(outermostPackage, immediatePackage); 24 } 25 26 public org.openmdx.filter1.cci.StringPropertyClass getStringPropertyClass( 30 ) { 31 return (org.openmdx.filter1.cci.StringPropertyClass)refClass( 32 "org:openmdx:filter1:StringProperty" 33 ); 34 } 35 36 public org.openmdx.filter1.cci.StringPropertyFilter createStringPropertyFilter( 40 ) { 41 return (org.openmdx.filter1.cci.StringPropertyFilter)this.refCreateFilter( 42 "org:openmdx:filter1:StringProperty", 43 null, 44 null 45 ); 46 } 47 48 public org.openmdx.filter1.cci.StringPropertyFilter createStringPropertyFilter( 49 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 50 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 51 ) { 52 return (org.openmdx.filter1.cci.StringPropertyFilter)this.refCreateFilter( 53 "org:openmdx:filter1:StringProperty", 54 filterProperties, 55 attributeSpecifiers 56 ); 57 } 58 59 public org.openmdx.filter1.cci.FilterClass getFilterClass( 63 ) { 64 return (org.openmdx.filter1.cci.FilterClass)refClass( 65 "org:openmdx:filter1:Filter" 66 ); 67 } 68 69 public org.openmdx.filter1.cci.FilterFilter createFilterFilter( 73 ) { 74 return (org.openmdx.filter1.cci.FilterFilter)this.refCreateFilter( 75 "org:openmdx:filter1:Filter", 76 null, 77 null 78 ); 79 } 80 81 public org.openmdx.filter1.cci.FilterFilter createFilterFilter( 82 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 83 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 84 ) { 85 return (org.openmdx.filter1.cci.FilterFilter)this.refCreateFilter( 86 "org:openmdx:filter1:Filter", 87 filterProperties, 88 attributeSpecifiers 89 ); 90 } 91 92 public org.openmdx.filter1.cci.IntegerPropertyClass getIntegerPropertyClass( 96 ) { 97 return (org.openmdx.filter1.cci.IntegerPropertyClass)refClass( 98 "org:openmdx:filter1:IntegerProperty" 99 ); 100 } 101 102 public org.openmdx.filter1.cci.IntegerPropertyFilter createIntegerPropertyFilter( 106 ) { 107 return (org.openmdx.filter1.cci.IntegerPropertyFilter)this.refCreateFilter( 108 "org:openmdx:filter1:IntegerProperty", 109 null, 110 null 111 ); 112 } 113 114 public org.openmdx.filter1.cci.IntegerPropertyFilter createIntegerPropertyFilter( 115 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 116 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 117 ) { 118 return (org.openmdx.filter1.cci.IntegerPropertyFilter)this.refCreateFilter( 119 "org:openmdx:filter1:IntegerProperty", 120 filterProperties, 121 attributeSpecifiers 122 ); 123 } 124 125 public org.openmdx.filter1.cci.BooleanPropertyClass getBooleanPropertyClass( 129 ) { 130 return (org.openmdx.filter1.cci.BooleanPropertyClass)refClass( 131 "org:openmdx:filter1:BooleanProperty" 132 ); 133 } 134 135 public org.openmdx.filter1.cci.BooleanPropertyFilter createBooleanPropertyFilter( 139 ) { 140 return (org.openmdx.filter1.cci.BooleanPropertyFilter)this.refCreateFilter( 141 "org:openmdx:filter1:BooleanProperty", 142 null, 143 null 144 ); 145 } 146 147 public org.openmdx.filter1.cci.BooleanPropertyFilter createBooleanPropertyFilter( 148 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 149 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 150 ) { 151 return (org.openmdx.filter1.cci.BooleanPropertyFilter)this.refCreateFilter( 152 "org:openmdx:filter1:BooleanProperty", 153 filterProperties, 154 attributeSpecifiers 155 ); 156 } 157 158 public org.openmdx.filter1.cci.UriPropertyClass getUriPropertyClass( 162 ) { 163 return (org.openmdx.filter1.cci.UriPropertyClass)refClass( 164 "org:openmdx:filter1:UriProperty" 165 ); 166 } 167 168 public org.openmdx.filter1.cci.UriPropertyFilter createUriPropertyFilter( 172 ) { 173 return (org.openmdx.filter1.cci.UriPropertyFilter)this.refCreateFilter( 174 "org:openmdx:filter1:UriProperty", 175 null, 176 null 177 ); 178 } 179 180 public org.openmdx.filter1.cci.UriPropertyFilter createUriPropertyFilter( 181 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 182 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 183 ) { 184 return (org.openmdx.filter1.cci.UriPropertyFilter)this.refCreateFilter( 185 "org:openmdx:filter1:UriProperty", 186 filterProperties, 187 attributeSpecifiers 188 ); 189 } 190 191 public org.openmdx.filter1.cci.PropertyFilter createPropertyFilter( 195 ) { 196 return (org.openmdx.filter1.cci.PropertyFilter)this.refCreateFilter( 197 "org:openmdx:filter1:Property", 198 null, 199 null 200 ); 201 } 202 203 public org.openmdx.filter1.cci.PropertyFilter createPropertyFilter( 204 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 205 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 206 ) { 207 return (org.openmdx.filter1.cci.PropertyFilter)this.refCreateFilter( 208 "org:openmdx:filter1:Property", 209 filterProperties, 210 attributeSpecifiers 211 ); 212 } 213 214 public org.openmdx.filter1.cci.DecimalPropertyClass getDecimalPropertyClass( 218 ) { 219 return (org.openmdx.filter1.cci.DecimalPropertyClass)refClass( 220 "org:openmdx:filter1:DecimalProperty" 221 ); 222 } 223 224 public org.openmdx.filter1.cci.DecimalPropertyFilter createDecimalPropertyFilter( 228 ) { 229 return (org.openmdx.filter1.cci.DecimalPropertyFilter)this.refCreateFilter( 230 "org:openmdx:filter1:DecimalProperty", 231 null, 232 null 233 ); 234 } 235 236 public org.openmdx.filter1.cci.DecimalPropertyFilter createDecimalPropertyFilter( 237 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 238 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 239 ) { 240 return (org.openmdx.filter1.cci.DecimalPropertyFilter)this.refCreateFilter( 241 "org:openmdx:filter1:DecimalProperty", 242 filterProperties, 243 attributeSpecifiers 244 ); 245 } 246 247 251 public String refMofId( 252 ) { 253 return "org:openmdx:filter1:filter1"; 254 } 255 256 } 257 | Popular Tags |