org.argouml.uml.generator
Class GenerationPreferences
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
headerComment
private String headerComment
outputDir
private String outputDir
GenerationPreferences
public GenerationPreferences()
- Constructor
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