Package com.sas.services.information
Class AbstractRepository2.SmartTypeHelper.Result
java.lang.Object
com.sas.services.information.AbstractRepository2.SmartTypeHelper.Result
- Enclosing class:
AbstractRepository2.SmartTypeHelper
public class AbstractRepository2.SmartTypeHelper.Result
extends Object
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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Result
public Result(String smartType, boolean isFolder)
-
-
Method Details
-
getSmartType
public String getSmartType() -
isFolder
public boolean isFolder() -
isFolderStr
public String isFolderStr()
-