com.sas.services.information
Class AbstractRepository.SmartTypeHelper

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

public class AbstractRepository.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 AbstractRepository.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
AbstractRepository.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

AbstractRepository.SmartTypeHelper

public AbstractRepository.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.