ERXLazyValue< T >.ConstantSource< T > Class Reference

List of all members.

Public Member Functions

 ConstantSource (T value)
void setValue (T value)
String toString ()
value ()

Private Attributes

_value


Detailed Description

ConstantSource provides a Source implementation on top of a fixed value.

Author:
mschrag
Parameters:
<T> the type of the value

Constructor & Destructor Documentation

ConstantSource ( value  ) 

Constructs a ConstantSource with a fixed value.

Parameters:
value the value


Member Function Documentation

void setValue ( value  ) 

Sets a new fixed value.

Parameters:
value the new value

String toString (  ) 

T value (  ) 

Returns the fixed value.

Returns:
the fixed value


Member Data Documentation

T _value [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:13 2012 for Project Wonder by  doxygen 1.5.8