org.alfresco.deployment
Class FileType
java.lang.Object
java.lang.Enum
org.alfresco.deployment.FileType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class FileType
- extends java.lang.Enum
- implements java.io.Serializable
File Types.
- 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 FileType FILE
DIR
public static final FileType DIR
DELETED
public static final FileType DELETED
SETGUID
public static final FileType SETGUID
values
public static FileType[] values()
valueOf
public static FileType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.