public static enum SVNWCDbSchema.UPDATE_MOVE_LIST__Fields extends java.lang.Enum<SVNWCDbSchema.UPDATE_MOVE_LIST__Fields>
| Enum Constant and Description |
|---|
action |
content_state |
kind |
local_relpath |
prop_state |
| Modifier and Type | Method and Description |
|---|---|
static SVNWCDbSchema.UPDATE_MOVE_LIST__Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNWCDbSchema.UPDATE_MOVE_LIST__Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVNWCDbSchema.UPDATE_MOVE_LIST__Fields local_relpath
public static final SVNWCDbSchema.UPDATE_MOVE_LIST__Fields action
public static final SVNWCDbSchema.UPDATE_MOVE_LIST__Fields kind
public static final SVNWCDbSchema.UPDATE_MOVE_LIST__Fields content_state
public static final SVNWCDbSchema.UPDATE_MOVE_LIST__Fields prop_state
public static SVNWCDbSchema.UPDATE_MOVE_LIST__Fields[] values()
for (SVNWCDbSchema.UPDATE_MOVE_LIST__Fields c : SVNWCDbSchema.UPDATE_MOVE_LIST__Fields.values()) System.out.println(c);
public static SVNWCDbSchema.UPDATE_MOVE_LIST__Fields 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.