1 package org.omg.uml.foundation.core;2 3 public interface CommentClass extends javax.jmi.reflect.RefClass {4 public Comment createComment();5 public Comment createComment(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, java.lang.String body);6 }7