KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.foundation.core;
2
3 public interface TemplateParameter extends javax.jmi.reflect.RefObject {
4     public org.omg.uml.foundation.core.ModelElement getTemplate();
5     public void setTemplate(org.omg.uml.foundation.core.ModelElement newValue);
6     public org.omg.uml.foundation.core.ModelElement getParameter();
7     public void setParameter(org.omg.uml.foundation.core.ModelElement newValue);
8     public org.omg.uml.foundation.core.ModelElement getDefaultElement();
9     public void setDefaultElement(org.omg.uml.foundation.core.ModelElement newValue);
10 }
11
Popular Tags