1 package org.omg.uml.foundation.core;2 3 public interface Comment extends org.omg.uml.foundation.core.ModelElement {4 public java.lang.String getBody();5 public void setBody(java.lang.String newValue);6 public java.util.Collection getAnnotatedElement();7 }8