org.zeroexchange.model.resource.value
Interface SingleValueHolder<T>

All Known Implementing Classes:
DictionaryValue, DoubleValue, IntegerValue, StringValue, TimestampValue

public interface SingleValueHolder<T>

The interface for the single-value property.

Author:
black

Method Summary
 T getValue()
          Returns the value.
 void setValue(T value)
          Sets the value.
 

Method Detail

getValue

T getValue()
Returns the value.


setValue

void setValue(T value)
Sets the value.



Copyright © 2013. All Rights Reserved.