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