1 package org.omg.uml.behavioralelements.commonbehavior; 2 3 public interface ReceptionClass extends javax.jmi.reflect.RefClass { 4 public Reception createReception(); 5 public Reception createReception(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, org.omg.uml.foundation.datatypes.ScopeKind ownerScope, boolean isQuery, java.lang.String specification, boolean isRoot, boolean isLeaf, boolean isAbstract); 6 } 7 | Popular Tags |