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

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

public class StringValueProvider
extends Object
implements ValueProvider<StringValue>

Author:
black

Constructor Summary
StringValueProvider()
           
 
Method Summary
 StringValue 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

StringValueProvider

public StringValueProvider()
Method Detail

createValue

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

Specified by:
createValue in interface ValueProvider<StringValue>

getPropertyTypeId

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

Specified by:
getPropertyTypeId in interface ValueProvider<StringValue>


Copyright © 2013. All Rights Reserved.