|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uic.output.builder.Representer uic.output.builder.ValueRepresenter
public class ValueRepresenter
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 |
---|
protected Class type
Constructor Detail |
---|
public ValueRepresenter(Class type, String value)
public ValueRepresenter(String type, String value)
Method Detail |
---|
public Object getValue()
public String toString()
toString
in class Representer
public Class getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |