1 package org.openmdx.compatibility.view1.cci; 14 15 public class ViewImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements View { 18 19 public ViewImpl( 20 org.openmdx.base.accessor.generic.cci.Object_1_0 object, 21 javax.jmi.reflect.RefClass refClass 22 ) { 23 super(object, refClass); 24 } 25 26 public String getNamespace( 30 ) { 31 return getNamespace(0); 32 } 33 34 protected String getNamespace( 35 int index 36 ) { 37 return (String )this.refGetValue("org:openmdx:compatibility:view1:View:namespace", index); 38 } 39 40 protected void setNamespace( 44 String newValue 45 ) { 46 setNamespace(0, newValue); 47 } 48 49 protected void setNamespace( 50 int index, 51 String newValue 52 ) { 53 refSetValue("org:openmdx:compatibility:view1:View:namespace", index, newValue); 54 } 55 public org.openmdx.compatibility.view1.cci.ViewCapable getObject( 59 ) { 60 return (org.openmdx.compatibility.view1.cci.ViewCapable)refGetValue( 61 "org:openmdx:compatibility:view1:View:object" 62 ); 63 } 64 65 protected void setObject( 69 org.openmdx.compatibility.view1.cci.ViewCapable newValue 70 ) { 71 refSetValue( 72 "org:openmdx:compatibility:view1:View:object", 73 newValue 74 ); 75 } 76 77 } 81 | Popular Tags |