com.sas.services.information
Class AbstractRepository.SmartTypeHelper.Result

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

public class AbstractRepository.SmartTypeHelper.Result

The purpose of this non-mutable class is to hold the results of prior analysis by my containing class. Specifically, the "smart type" and fact of representing a folder, or not.


Constructor Summary
AbstractRepository.SmartTypeHelper.Result(java.lang.String smartType, boolean isFolder)
           
 
Method Summary
 java.lang.String getSmartType()
           
 boolean isFolder()
           
 java.lang.String isFolderStr()
           
 

Constructor Detail

AbstractRepository.SmartTypeHelper.Result

public AbstractRepository.SmartTypeHelper.Result(java.lang.String smartType,
                                                 boolean isFolder)
Method Detail

getSmartType

public java.lang.String getSmartType()

isFolder

public boolean isFolder()

isFolderStr

public java.lang.String isFolderStr()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.