org.zeroexchange.resource.value.create.provider
Interface ValueProvider<T extends Value>

All Known Implementing Classes:
DictionaryValueProvider, StringValueProvider, TimestampValueProvider

public interface ValueProvider<T extends Value>

Author:
black

Method Summary
 T createValue()
          Returns the value corresponded to the specified property type.
 String getPropertyTypeId()
          Returns is of the type which current provider serves.
 

Method Detail

createValue

T createValue()
Returns the value corresponded to the specified property type.


getPropertyTypeId

String getPropertyTypeId()
Returns is of the type which current provider serves.



Copyright © 2013. All Rights Reserved.