1 package org.objectweb.modfact.jmi.repository.simpletrl; 2 import org.objectweb.modfact.jmi.reflect.*; 3 public class CollectionExpImpl extends RefObjectImpl implements simpletrl.CollectionExp { 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 getMember() throws javax.jmi.reflect.JmiException { 10 return (simpletrl.ValueExp) refGetValue("member"); 11 } 12 public void setMember(simpletrl.ValueExp newValue) throws javax.jmi.reflect.JmiException { 13 refSetValue("member",newValue); 14 } 15 } 16 | Popular Tags |