1 package org.omg.uml.foundation.core;2 3 public interface TemplateArgument extends javax.jmi.reflect.RefObject {4 public org.omg.uml.foundation.core.ModelElement getModelElement();5 public void setModelElement(org.omg.uml.foundation.core.ModelElement newValue);6 public org.omg.uml.foundation.core.Binding getBinding();7 public void setBinding(org.omg.uml.foundation.core.Binding newValue);8 }9