org.argouml.uml.generator
Class GenerationPreferences

java.lang.Object
  extended byorg.argouml.uml.generator.GenerationPreferences
All Implemented Interfaces:
Serializable

public class GenerationPreferences
extends Object
implements Serializable

Stores preference information entered by the user.

See Also:
Serialized Form

Field Summary
private  String headerComment
           
private  String outputDir
           
 
Constructor Summary
GenerationPreferences()
          Constructor
 
Method Summary
 String getHeaderComment()
           
 String getOutputDir()
           
 void setHeaderComment(String c)
           
 void setOutputDir(String od)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headerComment

private String headerComment

outputDir

private String outputDir
Constructor Detail

GenerationPreferences

public GenerationPreferences()
Constructor

Method Detail

getOutputDir

public String getOutputDir()
Returns:
the output directory name

setOutputDir

public void setOutputDir(String od)
Parameters:
od - the output directory name

getHeaderComment

public String getHeaderComment()
Returns:
the header comment string

setHeaderComment

public void setHeaderComment(String c)
Parameters:
c - the header comment string


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