value property

T value

Get the value of this property.

Implementation

T get value;
void value=(T value)

Set the value for this property.

Implementation

set value(final T value);