wt.query.report
Class StandardDisplayFactory.EnumeratedDisplayValue

java.lang.Object
  extended bywt.query.report.StandardDisplayFactory.EnumeratedDisplayValue
Enclosing class:
StandardDisplayFactory

public static class StandardDisplayFactory.EnumeratedDisplayValue
extends Object


Field Summary
private  Class enumeratedType
           
private  Locale locale
           
private  Object value
           
 
Constructor Summary
StandardDisplayFactory.EnumeratedDisplayValue(Object value, Class enumeratedType, Locale a_locale)
           
 
Method Summary
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private Object value

enumeratedType

private Class enumeratedType

locale

private Locale locale
Constructor Detail

StandardDisplayFactory.EnumeratedDisplayValue

public StandardDisplayFactory.EnumeratedDisplayValue(Object value,
                                                     Class enumeratedType,
                                                     Locale a_locale)
Method Detail

getValue

public Object getValue()

toString

public String toString()