com.sas.swing.models.remotefileselector
Class RemoteFilePathToObjectTransform

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

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

RemoteFilePathToObjectTransform class reads the file system path metadata attribute.

Since:
3.1
See Also:
Serialized Form

Field Summary
static RemoteFilePathToObjectTransform defaultInstance
          a default instance of the class
 
Constructor Summary
RemoteFilePathToObjectTransform()
           
 
Method Summary
 java.lang.Object transform(java.lang.Object value)
          Returns the file system path metadata attribute.
 

Field Detail

defaultInstance

public static final RemoteFilePathToObjectTransform defaultInstance
a default instance of the class

Constructor Detail

RemoteFilePathToObjectTransform

public RemoteFilePathToObjectTransform()
Method Detail

transform

public java.lang.Object transform(java.lang.Object value)
Returns the file system path metadata attribute.

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



Copyright © 2009 SAS Institute Inc. All Rights Reserved.