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

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

public class AbstractRepository2.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
Result(java.lang.String smartType, boolean isFolder)
           
 
Method Summary
 java.lang.String getSmartType()
           
 boolean isFolder()
           
 java.lang.String isFolderStr()
           
 

Constructor Detail

Result

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