biweekly.property.marshaller
Interface ICalPropertyMarshaller.ListCallback<T>

Type Parameters:
T - the value class
Enclosing class:
ICalPropertyMarshaller<T extends ICalProperty>

protected static interface ICalPropertyMarshaller.ListCallback<T>

Callback function used in conjunction with the list method


Method Summary
 String asString(T value)
          Converts a value to a string.
 

Method Detail

asString

String asString(T value)
Converts a value to a string.

Parameters:
value - the value (null values are not passed to this method, so this parameter will never be null)
Returns:
the string


Copyright © 2013 Michael Angstadt. All Rights Reserved.