1 package org.opencrx.kernel.code1.cci; 14 15 public class code1PackageImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefPackage_1 17 implements code1Package { 18 19 public code1PackageImpl( 20 javax.jmi.reflect.RefPackage outermostPackage, 21 javax.jmi.reflect.RefPackage immediatePackage 22 ) { 23 super(outermostPackage, immediatePackage); 24 } 25 26 public org.opencrx.kernel.code1.cci.CodeValueEntryClass getCodeValueEntryClass( 30 ) { 31 return (org.opencrx.kernel.code1.cci.CodeValueEntryClass)refClass( 32 "org:opencrx:kernel:code1:CodeValueEntry" 33 ); 34 } 35 36 public org.opencrx.kernel.code1.cci.CodeValueEntryFilter createCodeValueEntryFilter( 40 ) { 41 return (org.opencrx.kernel.code1.cci.CodeValueEntryFilter)this.refCreateFilter( 42 "org:opencrx:kernel:code1:CodeValueEntry", 43 null, 44 null 45 ); 46 } 47 48 public org.opencrx.kernel.code1.cci.CodeValueEntryFilter createCodeValueEntryFilter( 49 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 50 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 51 ) { 52 return (org.opencrx.kernel.code1.cci.CodeValueEntryFilter)this.refCreateFilter( 53 "org:opencrx:kernel:code1:CodeValueEntry", 54 filterProperties, 55 attributeSpecifiers 56 ); 57 } 58 59 public org.opencrx.kernel.code1.cci.CodeValueContainerClass getCodeValueContainerClass( 63 ) { 64 return (org.opencrx.kernel.code1.cci.CodeValueContainerClass)refClass( 65 "org:opencrx:kernel:code1:CodeValueContainer" 66 ); 67 } 68 69 public org.opencrx.kernel.code1.cci.CodeValueContainerFilter createCodeValueContainerFilter( 73 ) { 74 return (org.opencrx.kernel.code1.cci.CodeValueContainerFilter)this.refCreateFilter( 75 "org:opencrx:kernel:code1:CodeValueContainer", 76 null, 77 null 78 ); 79 } 80 81 public org.opencrx.kernel.code1.cci.CodeValueContainerFilter createCodeValueContainerFilter( 82 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 83 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 84 ) { 85 return (org.opencrx.kernel.code1.cci.CodeValueContainerFilter)this.refCreateFilter( 86 "org:opencrx:kernel:code1:CodeValueContainer", 87 filterProperties, 88 attributeSpecifiers 89 ); 90 } 91 92 public org.opencrx.kernel.code1.cci.SegmentClass getSegmentClass( 96 ) { 97 return (org.opencrx.kernel.code1.cci.SegmentClass)refClass( 98 "org:opencrx:kernel:code1:Segment" 99 ); 100 } 101 102 public org.opencrx.kernel.code1.cci.SegmentFilter createSegmentFilter( 106 ) { 107 return (org.opencrx.kernel.code1.cci.SegmentFilter)this.refCreateFilter( 108 "org:opencrx:kernel:code1:Segment", 109 null, 110 null 111 ); 112 } 113 114 public org.opencrx.kernel.code1.cci.SegmentFilter createSegmentFilter( 115 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 116 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 117 ) { 118 return (org.opencrx.kernel.code1.cci.SegmentFilter)this.refCreateFilter( 119 "org:opencrx:kernel:code1:Segment", 120 filterProperties, 121 attributeSpecifiers 122 ); 123 } 124 125 129 public String refMofId( 130 ) { 131 return "org:opencrx:kernel:code1:code1"; 132 } 133 134 } 135 | Popular Tags |