com.sas.swing.models.remotefileselector
Class RemoteFileDrillableToObjectTransform

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

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

RemoteFileDrillableToObjectTransform class reads whether the display item is drillable.

Since:
3.1
See Also:
Serialized Form

Field Summary
static RemoteFileDrillableToObjectTransform defaultInstance
          a default instance of the class
 
Constructor Summary
RemoteFileDrillableToObjectTransform()
           
 
Method Summary
 java.lang.Object transform(java.lang.Object value)
          Returns the drillable value from the item specified in the parm.
 

Field Detail

defaultInstance

public static final RemoteFileDrillableToObjectTransform defaultInstance
a default instance of the class

Constructor Detail

RemoteFileDrillableToObjectTransform

public RemoteFileDrillableToObjectTransform()
Method Detail

transform

public java.lang.Object transform(java.lang.Object value)
Returns the drillable value from the item specified in the parm.

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



Copyright © 2009 SAS Institute Inc. All Rights Reserved.