KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > TemplateArgument


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
Popular Tags