1 package org.omg.uml.foundation.core; 2 3 public interface MethodClass extends javax.jmi.reflect.RefClass { 4 public Method createMethod(); 5 public Method createMethod(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, org.omg.uml.foundation.datatypes.ScopeKind ownerScope, boolean isQuery, org.omg.uml.foundation.datatypes.ProcedureExpression body); 6 } 7 | Popular Tags |