org.alfresco.filesys.repo
Class OpenFileMode

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.filesys.repo.OpenFileMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class OpenFileMode
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static OpenFileMode ATTRIBUTES_ONLY
           
static OpenFileMode DELETE
           
static OpenFileMode READ_ONLY
           
static OpenFileMode READ_WRITE
           
static OpenFileMode WRITE_ONLY
           
 
Method Summary
static OpenFileMode valueOf(java.lang.String name)
           
static OpenFileMode[] 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

READ_ONLY

public static final OpenFileMode READ_ONLY

WRITE_ONLY

public static final OpenFileMode WRITE_ONLY

READ_WRITE

public static final OpenFileMode READ_WRITE

DELETE

public static final OpenFileMode DELETE

ATTRIBUTES_ONLY

public static final OpenFileMode ATTRIBUTES_ONLY
Method Detail

values

public static OpenFileMode[] values()

valueOf

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


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