org.argouml.uml
Class DocumentationManager

java.lang.Object
  extended byorg.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 getComments(java.lang.Object o, java.lang.String header, java.lang.String prefix, java.lang.String footer)
          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 java.lang.String getDocs(java.lang.Object o, java.lang.String indent, java.lang.String header, java.lang.String prefix, java.lang.String footer)
           
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)

getDocs

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

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.


getComments

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



ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook