com.sas.util.transforms
Class ObjectToClassificationVariableTransform

com.sas.util.transforms.ObjectToClassificationVariableTransform
All Implemented Interfaces:
com.sas.util.transforms.TransformInterface, java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static ObjectToClassificationVariableTransform defaultInstance
           
 
Constructor Summary
ObjectToClassificationVariableTransform()
          Default no=arg constructor.
ObjectToClassificationVariableTransform(java.util.Locale locale)
          Create instance with locale setting.
 
Method Summary
 java.lang.Object transform(java.lang.Object input)
          Convert the column name to an classification variable.
 

Field Detail

defaultInstance

public static final ObjectToClassificationVariableTransform defaultInstance
Constructor Detail

ObjectToClassificationVariableTransform

public ObjectToClassificationVariableTransform()
Default no=arg constructor.


ObjectToClassificationVariableTransform

public ObjectToClassificationVariableTransform(java.util.Locale locale)
Create instance with locale setting.

Parameters:
locale - language passed in for localization of transform messages
Method Detail

transform

public java.lang.Object transform(java.lang.Object input)
                           throws com.sas.util.transforms.TransformException
Convert the column name to an classification 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.