com.sas.services.information
Class AbstractRepository2.SmartTypeHelper

com.sas.services.information.AbstractRepository2.SmartTypeHelper
Enclosing class:
AbstractRepository2

public class AbstractRepository2.SmartTypeHelper

The purpose of this class is effeciently assist with the determination of the "smart metadata type" for a particular class name. The results are remembered (and sharable). The intention is that this will be an inner class of OMIRepository and used primarily by getSmartType().

Since:
9.1.3

Nested Class Summary
 class AbstractRepository2.SmartTypeHelper.Result
          The purpose of this non-mutable class is to hold the results of prior analysis by my containing class.
 
Field Summary
 java.lang.String FALSE
           
 java.lang.String TRUE
           
 
Constructor Summary
SmartTypeHelper(java.lang.String defaultSmartType)
          Only constructor - specify the type to use if the class cannot be located.
 

Field Detail

TRUE

public final java.lang.String TRUE

FALSE

public final java.lang.String FALSE
Constructor Detail

SmartTypeHelper

public SmartTypeHelper(java.lang.String defaultSmartType)
Only constructor - specify the type to use if the class cannot be located.

Parameters:
defaultSmartType - default type, typical usage specifies "Metadata".



Copyright © 2009 SAS Institute Inc. All Rights Reserved.