uic.output.builder
Class ValueRepresenter

java.lang.Object
  extended byuic.output.builder.Representer
      extended byuic.output.builder.ValueRepresenter
Direct Known Subclasses:
ArrayRepresenter

public class ValueRepresenter
extends Representer

Any value, or better said; instance of a class/basetype.


Field Summary
protected  Class type
           
 
Fields inherited from class uic.output.builder.Representer
name, parent, staticParent
 
Constructor Summary
ValueRepresenter(Class type, String value)
           
ValueRepresenter(String type, String value)
           
 
Method Summary
 Class getType()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class uic.output.builder.Representer
getName, getParent, getStaticParent, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected Class type
Constructor Detail

ValueRepresenter

public ValueRepresenter(Class type,
                        String value)

ValueRepresenter

public ValueRepresenter(String type,
                        String value)
Method Detail

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Representer

getType

public Class getType()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence