org.zeroexchange.resource.value.create.provider
Class DictionaryValueProvider

java.lang.Object
  extended by org.zeroexchange.resource.value.create.provider.DictionaryValueProvider
All Implemented Interfaces:
ValueProvider<DictionaryValue>

public class DictionaryValueProvider
extends Object
implements ValueProvider<DictionaryValue>

Author:
black

Constructor Summary
DictionaryValueProvider()
           
 
Method Summary
 DictionaryValue createValue()
          Returns the value corresponded to the specified property type.
 String getPropertyTypeId()
          Returns is of the type which current provider serves.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryValueProvider

public DictionaryValueProvider()
Method Detail

createValue

public DictionaryValue createValue()
Description copied from interface: ValueProvider
Returns the value corresponded to the specified property type.

Specified by:
createValue in interface ValueProvider<DictionaryValue>

getPropertyTypeId

public String getPropertyTypeId()
Description copied from interface: ValueProvider
Returns is of the type which current provider serves.

Specified by:
getPropertyTypeId in interface ValueProvider<DictionaryValue>


Copyright © 2013. All Rights Reserved.