org.alfresco.filesys.avm
Class AVMPath.LevelId

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.filesys.avm.AVMPath.LevelId
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
AVMPath

public static final class AVMPath.LevelId
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static AVMPath.LevelId Head
           
static AVMPath.LevelId HeadData
           
static AVMPath.LevelId HeadMetaData
           
static AVMPath.LevelId Invalid
           
static AVMPath.LevelId Root
           
static AVMPath.LevelId StorePath
           
static AVMPath.LevelId StoreRoot
           
static AVMPath.LevelId StoreRootPath
           
static AVMPath.LevelId Version
           
static AVMPath.LevelId VersionData
           
static AVMPath.LevelId VersionMetaData
           
static AVMPath.LevelId VersionRoot
           
 
Method Summary
static AVMPath.LevelId valueOf(java.lang.String name)
           
static AVMPath.LevelId[] 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

Invalid

public static final AVMPath.LevelId Invalid

Root

public static final AVMPath.LevelId Root

StoreRoot

public static final AVMPath.LevelId StoreRoot

Head

public static final AVMPath.LevelId Head

HeadData

public static final AVMPath.LevelId HeadData

HeadMetaData

public static final AVMPath.LevelId HeadMetaData

VersionRoot

public static final AVMPath.LevelId VersionRoot

Version

public static final AVMPath.LevelId Version

VersionData

public static final AVMPath.LevelId VersionData

VersionMetaData

public static final AVMPath.LevelId VersionMetaData

StoreRootPath

public static final AVMPath.LevelId StoreRootPath

StorePath

public static final AVMPath.LevelId StorePath
Method Detail

values

public static AVMPath.LevelId[] values()

valueOf

public static AVMPath.LevelId valueOf(java.lang.String name)


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