Package com.sas.services.information
Class UserFolderType
java.lang.Object
com.sas.services.information.UserFolderType
- All Implemented Interfaces:
Serializable
public class UserFolderType
extends Object
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserFolderTypeA pre-defined UserFolderType for the user's application-invisible data.static final StringA user's private folder for storing application data that will not be displayed directly by applications.static final StringA user's top-level home folder.static final StringA user's private, application-visible data folder.static final UserFolderTypeA pre-defined UserFolderType representing the user's top-level home folder.static final UserFolderTypeA pre-defined UserFolderType for the user's private, application-visible data. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FOLDERTYPE_HOME
public static final String FOLDERTYPE_HOMEA user's top-level home folder. This should typically not be used by applications. User-visible data should go into the "My Folder", and behind-the-scenes application data should go into an application folder under "Application Data".- See Also:
-
FOLDERTYPE_MYFOLDER
public static final String FOLDERTYPE_MYFOLDERA user's private, application-visible data folder.- See Also:
-
FOLDERTYPE_APPFOLDER
public static final String FOLDERTYPE_APPFOLDERA user's private folder for storing application data that will not be displayed directly by applications.- See Also:
-
HOMEFOLDER
A pre-defined UserFolderType representing the user's top-level home folder. Don't use this unless you know what you're doing. -
MYFOLDER
A pre-defined UserFolderType for the user's private, application-visible data. -
APPFOLDER
A pre-defined UserFolderType for the user's application-invisible data.
-
-
Method Details
-
getType
public final String getType() -
getLocalizedFolderName
public final String getLocalizedFolderName() -
equals
public boolean equals(Object obj) - Overrides:
equalsin classObject
-