org.alfresco.deployment
Class FileType

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static FileType DELETED
           
static FileType DIR
           
static FileType FILE
           
static FileType SETGUID
           
 
Method Summary
static FileType valueOf(java.lang.String name)
           
static FileType[] values()
           
 
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
 

Field Detail

FILE

public static final FileType FILE

DIR

public static final FileType DIR

DELETED

public static final FileType DELETED

SETGUID

public static final FileType SETGUID
Method Detail

values

public static FileType[] values()

valueOf

public static FileType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.