public enum SVNWCDbSchema extends java.lang.Enum<SVNWCDbSchema>
Enum Constant and Description |
---|
ACTUAL_NODE |
BASE_NODE |
CHANGELIST_LIST |
DELETE_LIST |
EXTERNALS |
LOCK |
NODE_PROPS_CACHE |
NODES |
PRISTINE |
REPOSITORY |
REVERT_LIST |
TARGETS_LIST |
UPDATE_MOVE_LIST |
WC_LOCK |
WCROOT |
WORK_QUEUE |
WORKING_NODE |
Modifier and Type | Field and Description |
---|---|
java.lang.Class<? extends java.lang.Enum<?>> |
fields |
java.lang.Class<? extends java.lang.Enum<?>> |
indices |
Modifier and Type | Method and Description |
---|---|
static SVNWCDbSchema |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNWCDbSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVNWCDbSchema WCROOT
public static final SVNWCDbSchema LOCK
public static final SVNWCDbSchema REPOSITORY
public static final SVNWCDbSchema ACTUAL_NODE
public static final SVNWCDbSchema WC_LOCK
public static final SVNWCDbSchema PRISTINE
public static final SVNWCDbSchema NODES
public static final SVNWCDbSchema WORK_QUEUE
public static final SVNWCDbSchema EXTERNALS
public static final SVNWCDbSchema TARGETS_LIST
public static final SVNWCDbSchema NODE_PROPS_CACHE
public static final SVNWCDbSchema DELETE_LIST
public static final SVNWCDbSchema REVERT_LIST
public static final SVNWCDbSchema CHANGELIST_LIST
public static final SVNWCDbSchema BASE_NODE
public static final SVNWCDbSchema WORKING_NODE
public static final SVNWCDbSchema UPDATE_MOVE_LIST
public final java.lang.Class<? extends java.lang.Enum<?>> fields
public final java.lang.Class<? extends java.lang.Enum<?>> indices
public static SVNWCDbSchema[] values()
for (SVNWCDbSchema c : SVNWCDbSchema.values()) System.out.println(c);
public static SVNWCDbSchema valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.