com.sas.swing.models.remotefileselector.ifileservice
Class IFileServiceModTimeToDateTransform

com.sas.swing.models.remotefileselector.ifileservice.IFileServiceModTimeToDateTransform
All Implemented Interfaces:
com.sas.util.transforms.TransformInterface, java.io.Serializable

public class IFileServiceModTimeToDateTransform
implements com.sas.util.transforms.TransformInterface

IFileServiceModTimeToDateTransform reads the modified time metadata attribute and returns it as a Date object.

Since:
3.1
See Also:
Serialized Form

Field Summary
static IFileServiceModTimeToDateTransform defaultInstance
          a default instance of the class
 
Constructor Summary
IFileServiceModTimeToDateTransform()
           
 
Method Summary
 java.lang.Object transform(java.lang.Object value)
          Reads the metadata modified time attribute and returns it as a Date.
 

Field Detail

defaultInstance

public static final IFileServiceModTimeToDateTransform defaultInstance
a default instance of the class

Constructor Detail

IFileServiceModTimeToDateTransform

public IFileServiceModTimeToDateTransform()
Method Detail

transform

public java.lang.Object transform(java.lang.Object value)
Reads the metadata modified time attribute and returns it as a Date.

Specified by:
transform in interface com.sas.util.transforms.TransformInterface
Parameters:
value - the metadata item
Returns:
the modified data value.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.