org.alfresco.filesys.repo
Class OpenFileMode
java.lang.Object
java.lang.Enum
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
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 |
READ
public static final OpenFileMode READ
WRITE
public static final OpenFileMode WRITE
DELETE
public static final OpenFileMode DELETE
ATTRIBUTES_ONLY
public static final OpenFileMode ATTRIBUTES_ONLY
values
public static OpenFileMode[] values()
valueOf
public static OpenFileMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.