org.alfresco.service.cmr.model
Class FileFolderServiceType
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.model.FileFolderServiceType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class FileFolderServiceType
- extends java.lang.Enum
The type for a file folder
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
FILE
public static final FileFolderServiceType FILE
FOLDER
public static final FileFolderServiceType FOLDER
SYSTEM_FOLDER
public static final FileFolderServiceType SYSTEM_FOLDER
INVALID
public static final FileFolderServiceType INVALID
values
public static FileFolderServiceType[] values()
valueOf
public static FileFolderServiceType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.