com.sas.util
Interface UserCodeGenClassInterface

All Known Implementing Classes:
DynamicPropertyBag, ParameterBag

public interface UserCodeGenClassInterface

Classes that implement this interface will have an opportunity at code generation time to add additional logic. During code generation, the class that is specified by the getUserCodeGenClass() method will be loaded and called.


Method Summary
 java.lang.String getUserCodeGenClass()
          Gets the class that will be loaded and called during code generation.
 

Method Detail

getUserCodeGenClass

java.lang.String getUserCodeGenClass()
Gets the class that will be loaded and called during code generation. This class must implement com.sas.ide.codeGen.UserCodeGenInterface.

Returns:
The class name



Copyright © 2009 SAS Institute Inc. All Rights Reserved.