1 package org.objectweb.modfact.jmi.repository.simpletrl; 2 import org.objectweb.modfact.jmi.reflect.*; 3 public class CompareExpImpl extends RefObjectImpl implements simpletrl.CompareExp { public simpletrl.ValueExp getContext() throws javax.jmi.reflect.JmiException { 4 return (simpletrl.ValueExp) refGetValue("context"); 5 } 6 public void setContext(simpletrl.ValueExp newValue) throws javax.jmi.reflect.JmiException { 7 refSetValue("context",newValue); 8 } 9 public simpletrl.ValueExp getCompareVal() throws javax.jmi.reflect.JmiException { 10 return (simpletrl.ValueExp) refGetValue("compareVal"); 11 } 12 public void setCompareVal(simpletrl.ValueExp newValue) throws javax.jmi.reflect.JmiException { 13 refSetValue("compareVal",newValue); 14 } 15 } 16 | Popular Tags |