public static enum SVNWCDbSchema.ACTUAL_NODE__Fields extends java.lang.Enum<SVNWCDbSchema.ACTUAL_NODE__Fields>
Enum Constant and Description |
---|
changelist |
conflict_data |
conflict_new |
conflict_old |
conflict_working |
left_checksum |
local_relpath |
older_checksum |
parent_relpath |
prop_reject |
properties |
right_checksum |
text_mod |
tree_conflict_data |
wc_id |
Modifier and Type | Method and Description |
---|---|
static SVNWCDbSchema.ACTUAL_NODE__Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNWCDbSchema.ACTUAL_NODE__Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVNWCDbSchema.ACTUAL_NODE__Fields wc_id
public static final SVNWCDbSchema.ACTUAL_NODE__Fields local_relpath
public static final SVNWCDbSchema.ACTUAL_NODE__Fields parent_relpath
public static final SVNWCDbSchema.ACTUAL_NODE__Fields properties
public static final SVNWCDbSchema.ACTUAL_NODE__Fields conflict_old
public static final SVNWCDbSchema.ACTUAL_NODE__Fields conflict_new
public static final SVNWCDbSchema.ACTUAL_NODE__Fields conflict_working
public static final SVNWCDbSchema.ACTUAL_NODE__Fields prop_reject
public static final SVNWCDbSchema.ACTUAL_NODE__Fields changelist
public static final SVNWCDbSchema.ACTUAL_NODE__Fields text_mod
public static final SVNWCDbSchema.ACTUAL_NODE__Fields tree_conflict_data
public static final SVNWCDbSchema.ACTUAL_NODE__Fields conflict_data
public static final SVNWCDbSchema.ACTUAL_NODE__Fields older_checksum
public static final SVNWCDbSchema.ACTUAL_NODE__Fields left_checksum
public static final SVNWCDbSchema.ACTUAL_NODE__Fields right_checksum
public static SVNWCDbSchema.ACTUAL_NODE__Fields[] values()
for (SVNWCDbSchema.ACTUAL_NODE__Fields c : SVNWCDbSchema.ACTUAL_NODE__Fields.values()) System.out.println(c);
public static SVNWCDbSchema.ACTUAL_NODE__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.