1 package org.opencrx.kernel.base.cci; 14 15 public interface AbstractFilterProperty 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 25 public String getDescription( 26 ); 27 28 32 33 38 public void setDescription( 39 String newValue 40 ); 41 42 50 public short getFilterOperator( 51 ); 52 53 61 public void setFilterOperator( 62 short newValue 63 ); 64 65 73 public short getFilterQuantor( 74 ); 75 76 84 public void setFilterQuantor( 85 short newValue 86 ); 87 88 95 public Boolean isActive( 96 ); 97 98 102 103 108 public void setActive( 109 Boolean newValue 110 ); 111 112 120 public String getName( 121 ); 122 123 131 public void setName( 132 String newValue 133 ); 134 135 } 139 | Popular Tags |