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