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

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

public class TimestampValueProvider
extends Object
implements ValueProvider<TimestampValue>

Author:
black

Constructor Summary
TimestampValueProvider()
           
 
Method Summary
 TimestampValue 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

TimestampValueProvider

public TimestampValueProvider()
Method Detail

createValue

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

Specified by:
createValue in interface ValueProvider<TimestampValue>

getPropertyTypeId

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

Specified by:
getPropertyTypeId in interface ValueProvider<TimestampValue>


Copyright © 2013. All Rights Reserved.