com.sas.util.transforms
Class ObjectToAnalysisVariableTransform
com.sas.util.transforms.ObjectToAnalysisVariableTransform
- All Implemented Interfaces:
- com.sas.util.transforms.TransformInterface, java.io.Serializable
public class ObjectToAnalysisVariableTransform
- implements com.sas.util.transforms.TransformInterface
- See Also:
- Serialized Form
defaultInstance
public static final ObjectToAnalysisVariableTransform defaultInstance
ObjectToAnalysisVariableTransform
public ObjectToAnalysisVariableTransform()
- Default no=arg constructor.
ObjectToAnalysisVariableTransform
public ObjectToAnalysisVariableTransform(java.util.Locale locale)
- Create instance with locale setting.
- Parameters:
locale
- language passed in for localization of transform messages
transform
public java.lang.Object transform(java.lang.Object input)
throws com.sas.util.transforms.TransformException
- Convert the column name to an analysis variable.
- Specified by:
transform
in interface com.sas.util.transforms.TransformInterface
- Parameters:
input
- string to convert
- Throws:
com.sas.util.transforms.TransformException
Copyright © 2009 SAS Institute Inc. All Rights Reserved.