ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlbind
Interface ArrayConverter.RowFactory<T>

Type Parameters:
T - the type of components in the 2D array.
Enclosing class:
ArrayConverter

protected static interface ArrayConverter.RowFactory<T>

Represents a factory object for creating rows when marshalling a 2D array to JAXB object.


Method Summary
 Object createRow(List<T> values)
          Constructs and returns a new row from the list of values.
 

Method Detail

createRow

Object createRow(List<T> values)
Constructs and returns a new row from the list of values.

Parameters:
values - the list of values.
Returns:
the new row object.

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.