1 package org.opencrx.kernel.model1.cci; 14 15 public interface CollectionTypeClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public CollectionType createCollectionType( 24 ); 25 26 34 public CollectionType getCollectionType( 35 Object object 36 ); 37 46 public CollectionType createCollectionType( 47 short accessLevelBrowse 48 , short accessLevelDelete 49 , short accessLevelUpdate 50 , boolean disabled 51 , short multiplicity 52 , String name 53 , String qualifiedName 54 , boolean isAbstract 55 , short visibility 56 , org.opencrx.kernel.model1.cci.Classifier type 57 ); 58 68 public CollectionType extendAuditee( 69 org.opencrx.kernel.base.cci.Auditee _base 70 , short accessLevelBrowse 71 , short accessLevelDelete 72 , short accessLevelUpdate 73 , boolean disabled 74 , short multiplicity 75 , String name 76 , String qualifiedName 77 , boolean isAbstract 78 , short visibility 79 , org.opencrx.kernel.model1.cci.Classifier type 80 ); 81 91 public CollectionType extendBookmarkable( 92 org.opencrx.kernel.base.cci.Bookmarkable _base 93 , short accessLevelBrowse 94 , short accessLevelDelete 95 , short accessLevelUpdate 96 , boolean disabled 97 , short multiplicity 98 , String name 99 , String qualifiedName 100 , boolean isAbstract 101 , short visibility 102 , org.opencrx.kernel.model1.cci.Classifier type 103 ); 104 114 public CollectionType extendCloneable( 115 org.opencrx.kernel.base.cci.Cloneable _base 116 , short accessLevelBrowse 117 , short accessLevelDelete 118 , short accessLevelUpdate 119 , boolean disabled 120 , short multiplicity 121 , String name 122 , String qualifiedName 123 , boolean isAbstract 124 , short visibility 125 , org.opencrx.kernel.model1.cci.Classifier type 126 ); 127 137 public CollectionType extendImporter( 138 org.opencrx.kernel.base.cci.Importer _base 139 , short accessLevelBrowse 140 , short accessLevelDelete 141 , short accessLevelUpdate 142 , boolean disabled 143 , short multiplicity 144 , String name 145 , String qualifiedName 146 , boolean isAbstract 147 , short visibility 148 , org.opencrx.kernel.model1.cci.Classifier type 149 ); 150 160 public CollectionType extendSecureObject( 161 org.opencrx.kernel.base.cci.SecureObject _base 162 , boolean disabled 163 , short multiplicity 164 , String name 165 , String qualifiedName 166 , boolean isAbstract 167 , short visibility 168 , org.opencrx.kernel.model1.cci.Classifier type 169 ); 170 180 public CollectionType extendSubscriptionTarget( 181 org.opencrx.kernel.base.cci.SubscriptionTarget _base 182 , short accessLevelBrowse 183 , short accessLevelDelete 184 , short accessLevelUpdate 185 , boolean disabled 186 , short multiplicity 187 , String name 188 , String qualifiedName 189 , boolean isAbstract 190 , short visibility 191 , org.opencrx.kernel.model1.cci.Classifier type 192 ); 193 203 public CollectionType extendXmlExporter( 204 org.opencrx.kernel.base.cci.XmlExporter _base 205 , short accessLevelBrowse 206 , short accessLevelDelete 207 , short accessLevelUpdate 208 , boolean disabled 209 , short multiplicity 210 , String name 211 , String qualifiedName 212 , boolean isAbstract 213 , short visibility 214 , org.opencrx.kernel.model1.cci.Classifier type 215 ); 216 226 public CollectionType extendCrxObject( 227 org.opencrx.kernel.generic.cci.CrxObject _base 228 , short multiplicity 229 , String name 230 , String qualifiedName 231 , boolean isAbstract 232 , short visibility 233 , org.opencrx.kernel.model1.cci.Classifier type 234 ); 235 245 public CollectionType extendClassifier( 246 org.opencrx.kernel.model1.cci.Classifier _base 247 , short multiplicity 248 , org.opencrx.kernel.model1.cci.Classifier type 249 ); 250 260 public CollectionType extendDatatype( 261 org.opencrx.kernel.model1.cci.Datatype _base 262 , short multiplicity 263 , org.opencrx.kernel.model1.cci.Classifier type 264 ); 265 275 public CollectionType extendElement( 276 org.opencrx.kernel.model1.cci.Element _base 277 , short multiplicity 278 , boolean isAbstract 279 , short visibility 280 , org.opencrx.kernel.model1.cci.Classifier type 281 ); 282 292 public CollectionType extendGeneralizableElement( 293 org.opencrx.kernel.model1.cci.GeneralizableElement _base 294 , short multiplicity 295 , org.opencrx.kernel.model1.cci.Classifier type 296 ); 297 307 public CollectionType extendNamespace( 308 org.opencrx.kernel.model1.cci.Namespace _base 309 , short multiplicity 310 , boolean isAbstract 311 , short visibility 312 , org.opencrx.kernel.model1.cci.Classifier type 313 ); 314 324 public CollectionType extendTypedElement( 325 org.opencrx.kernel.model1.cci.TypedElement _base 326 , short multiplicity 327 , boolean isAbstract 328 , short visibility 329 ); 330 340 public CollectionType extendBasicObject( 341 org.openmdx.base.cci.BasicObject _base 342 , short accessLevelBrowse 343 , short accessLevelDelete 344 , short accessLevelUpdate 345 , boolean disabled 346 , short multiplicity 347 , String name 348 , String qualifiedName 349 , boolean isAbstract 350 , short visibility 351 , org.opencrx.kernel.model1.cci.Classifier type 352 ); 353 363 public CollectionType extendContextCapable( 364 org.openmdx.base.cci.ContextCapable _base 365 , short accessLevelBrowse 366 , short accessLevelDelete 367 , short accessLevelUpdate 368 , boolean disabled 369 , short multiplicity 370 , String name 371 , String qualifiedName 372 , boolean isAbstract 373 , short visibility 374 , org.opencrx.kernel.model1.cci.Classifier type 375 ); 376 386 public CollectionType extendExtentCapable( 387 org.openmdx.base.cci.ExtentCapable _base 388 , short accessLevelBrowse 389 , short accessLevelDelete 390 , short accessLevelUpdate 391 , boolean disabled 392 , short multiplicity 393 , String name 394 , String qualifiedName 395 , boolean isAbstract 396 , short visibility 397 , org.opencrx.kernel.model1.cci.Classifier type 398 ); 399 409 public CollectionType extendViewCapable( 410 org.openmdx.compatibility.view1.cci.ViewCapable _base 411 , short accessLevelBrowse 412 , short accessLevelDelete 413 , short accessLevelUpdate 414 , boolean disabled 415 , short multiplicity 416 , String name 417 , String qualifiedName 418 , boolean isAbstract 419 , short visibility 420 , org.opencrx.kernel.model1.cci.Classifier type 421 ); 422 } 426 | Popular Tags |