public static enum AVMPath.LevelId extends Enum<AVMPath.LevelId>
| Enum Constant and Description |
|---|
Head |
HeadData |
HeadMetaData |
Invalid |
Root |
StorePath |
StoreRoot |
StoreRootPath |
Version |
VersionData |
VersionMetaData |
VersionRoot |
| Modifier and Type | Method and Description |
|---|---|
static AVMPath.LevelId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVMPath.LevelId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVMPath.LevelId Invalid
public static final AVMPath.LevelId Root
public static final AVMPath.LevelId StoreRoot
public static final AVMPath.LevelId Head
public static final AVMPath.LevelId HeadData
public static final AVMPath.LevelId HeadMetaData
public static final AVMPath.LevelId VersionRoot
public static final AVMPath.LevelId Version
public static final AVMPath.LevelId VersionData
public static final AVMPath.LevelId VersionMetaData
public static final AVMPath.LevelId StoreRootPath
public static final AVMPath.LevelId StorePath
public static AVMPath.LevelId[] values()
for (AVMPath.LevelId c : AVMPath.LevelId.values()) System.out.println(c);
public static AVMPath.LevelId valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2014 Alfresco Software. All rights reserved.