com.moesol.generator.printer
Class JavaValuePrinter

java.lang.Object
  extended by com.moesol.generator.printer.ValuePrinter
      extended by com.moesol.generator.printer.JavaValuePrinter

public class JavaValuePrinter
extends ValuePrinter

Print types out in a manner suitable for Java programs.


Constructor Summary
protected JavaValuePrinter()
           
 
Method Summary
static JavaValuePrinter getInstance()
           
 void print(Object value, Writer out)
           
 
Methods inherited from class com.moesol.generator.printer.ValuePrinter
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaValuePrinter

protected JavaValuePrinter()
Method Detail

getInstance

public static JavaValuePrinter getInstance()

print

public void print(Object value,
                  Writer out)
           throws IOException
Specified by:
print in class ValuePrinter
Throws:
IOException


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.