wt.query.template
Class TableModelSAXSource.AggregateValue

java.lang.Object
  extended bywt.query.template.TableModelSAXSource.AggregateValue
Enclosing class:
TableModelSAXSource

private static final class TableModelSAXSource.AggregateValue
extends Object


Field Summary
private  List names
           
private  Object primaryValue
           
private  Object[] values
           
 
Constructor Summary
(package private) TableModelSAXSource.AggregateValue(Object primaryValue, List names, Object[] values)
           
 
Method Summary
(package private)  List getNames()
           
(package private)  Object getPrimaryValue()
           
(package private)  Object[] getValues()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

primaryValue

private Object primaryValue

names

private List names

values

private Object[] values
Constructor Detail

TableModelSAXSource.AggregateValue

TableModelSAXSource.AggregateValue(Object primaryValue,
                                   List names,
                                   Object[] values)
Method Detail

getPrimaryValue

Object getPrimaryValue()

getNames

List getNames()

getValues

Object[] getValues()

toString

public String toString()