1 package org.openmdx.filter1.cci; 14 15 public class PropertyImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements Property { 18 19 public PropertyImpl( 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 getName( 30 ) { 31 return getName(0); 32 } 33 34 protected String getName( 35 int index 36 ) { 37 return (String )this.refGetValue("org:openmdx:filter1:Property:name", index); 38 } 39 40 protected void setName( 44 String newValue 45 ) { 46 setName(0, newValue); 47 } 48 49 protected void setName( 50 int index, 51 String newValue 52 ) { 53 refSetValue("org:openmdx:filter1:Property:name", index, newValue); 54 } 55 public short getOperator( 59 ) { 60 return getOperator(0); 61 } 62 63 protected short getOperator( 64 int index 65 ) { 66 return ((java.lang.Number )this.refGetValue("org:openmdx:filter1:Property:operator", index)).shortValue(); 67 } 68 69 public void setOperator( 73 short newValue 74 ) { 75 setOperator(0, newValue); 76 } 77 78 protected void setOperator( 79 int index, 80 short newValue 81 ) { 82 refSetValue("org:openmdx:filter1:Property:operator", index, new Short (newValue)); 83 } 84 public short getQuantor( 88 ) { 89 return getQuantor(0); 90 } 91 92 protected short getQuantor( 93 int index 94 ) { 95 return ((java.lang.Number )this.refGetValue("org:openmdx:filter1:Property:quantor", index)).shortValue(); 96 } 97 98 public void setQuantor( 102 short newValue 103 ) { 104 setQuantor(0, newValue); 105 } 106 107 protected void setQuantor( 108 int index, 109 short newValue 110 ) { 111 refSetValue("org:openmdx:filter1:Property:quantor", index, new Short (newValue)); 112 } 113 } 117 | Popular Tags |