com.moesol.generator.printer
Class ValuePrinter

java.lang.Object
  extended by com.moesol.generator.printer.ValuePrinter
Direct Known Subclasses:
JavaValuePrinter

public abstract class ValuePrinter
extends Object

Print the value of an object. For primitive and array types subclasses print the value suitable for their language.


Constructor Summary
ValuePrinter()
           
 
Method Summary
abstract  void print(Object value, Writer out)
           
 String toString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuePrinter

public ValuePrinter()
Method Detail

print

public abstract void print(Object value,
                           Writer out)
                    throws IOException
Throws:
IOException

toString

public String toString(Object value)


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