1 package org.objectweb.modfact.jmi.repository.simpletrl; 2 import org.objectweb.modfact.jmi.reflect.*; 3 public class AbstractOperationCallExpImpl extends RefObjectImpl implements simpletrl.AbstractOperationCallExp { 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 java.util.List getArgs() throws javax.jmi.reflect.JmiException { 10 return (java.util.List ) refGetValue("args"); 11 } 12 } 13 | Popular Tags |