uci.uml.generate
Class GenerationPreferences

java.lang.Object
  |
  +--uci.uml.generate.GenerationPreferences

public class GenerationPreferences
extends Object
implements Serializable

Stores preference information entered by the user.

See Also:
Serialized Form

Field Summary
protected  String _headerComment
           
protected  String _outputDir
           
 
Constructor Summary
GenerationPreferences()
           
 
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

protected String _headerComment

_outputDir

protected String _outputDir
Constructor Detail

GenerationPreferences

public GenerationPreferences()
Method Detail

getOutputDir

public String getOutputDir()

setOutputDir

public void setOutputDir(String od)

getHeaderComment

public String getHeaderComment()

setHeaderComment

public void setHeaderComment(String c)