org.argouml.uml
Class DocumentationManager

java.lang.Object
  |
  +--org.argouml.uml.DocumentationManager

public class DocumentationManager
extends java.lang.Object


Constructor Summary
DocumentationManager()
           
 
Method Summary
static java.lang.String defaultFor(java.lang.Object o, java.lang.String indent)
           
static java.lang.String getComments(java.lang.Object o)
          Get the comments (the notes in a diagram) for a modelelement.
static java.lang.String getDocs(java.lang.Object o, java.lang.String indent)
           
static boolean hasDocs(java.lang.Object o)
          Determine whether documentation is associated with the given element or not.
static void setDocs(java.lang.Object o, java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationManager

public DocumentationManager()
Method Detail

getDocs

public static java.lang.String getDocs(java.lang.Object o,
                                       java.lang.String indent)

setDocs

public static void setDocs(java.lang.Object o,
                           java.lang.String s)

hasDocs

public static boolean hasDocs(java.lang.Object o)
Determine whether documentation is associated with the given element or not. Added 2001-10-05 STEFFEN ZSCHALER for use by org.argouml.language.java.generator.CodeGenerator

defaultFor

public static java.lang.String defaultFor(java.lang.Object o,
                                          java.lang.String indent)

getComments

public static java.lang.String getComments(java.lang.Object o)
Get the comments (the notes in a diagram) for a modelelement.


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook