1 package org.objectweb.modfact.jmi.repository.simpletrl; 2 import simpletrl.*; 3 import org.objectweb.modfact.jmi.reflect.*; 4 public class RuleCallExpImpl extends RefObjectImpl implements simpletrl.RuleCallExp { public simpletrl.ValueExp getContext() throws javax.jmi.reflect.JmiException { 5 return (simpletrl.ValueExp) refGetValue("context"); 6 } 7 public void setContext(simpletrl.ValueExp newValue) throws javax.jmi.reflect.JmiException { 8 refSetValue("context",newValue); 9 } 10 public java.util.List getArgs() throws javax.jmi.reflect.JmiException { 11 return (java.util.List ) refGetValue("args"); 12 } 13 public simpletrl.CalledRule getRule() throws javax.jmi.reflect.JmiException { 14 return (simpletrl.CalledRule) refGetValue("rule"); 15 } 16 public void setRule(simpletrl.CalledRule newValue) throws javax.jmi.reflect.JmiException { 17 refSetValue("rule",newValue); 18 } 19 } 20 | Popular Tags |