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