1 package org.omg.uml.foundation.core; 2 3 public interface ADefaultElementTemplateParameter3 extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.ModelElement defaultElement, org.omg.uml.foundation.core.TemplateParameter templateParameter3); 5 public org.omg.uml.foundation.core.ModelElement getDefaultElement(org.omg.uml.foundation.core.TemplateParameter templateParameter3); 6 public java.util.Collection getTemplateParameter3(org.omg.uml.foundation.core.ModelElement defaultElement); 7 public boolean add(org.omg.uml.foundation.core.ModelElement defaultElement, org.omg.uml.foundation.core.TemplateParameter templateParameter3); 8 public boolean remove(org.omg.uml.foundation.core.ModelElement defaultElement, org.omg.uml.foundation.core.TemplateParameter templateParameter3); 9 } 10 | Popular Tags |