public static enum SVNWCDbSchema.NODES__Fields extends java.lang.Enum<SVNWCDbSchema.NODES__Fields>
Enum Constant and Description |
---|
changed_author |
changed_date |
changed_revision |
checksum |
dav_cache |
depth |
file_external |
inherited_props |
kind |
last_mod_time |
local_relpath |
moved_here |
moved_to |
op_depth |
parent_relpath |
presence |
properties |
repos_id |
repos_path |
revision |
symlink_target |
translated_size |
wc_id |
Modifier and Type | Method and Description |
---|---|
static SVNWCDbSchema.NODES__Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVNWCDbSchema.NODES__Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVNWCDbSchema.NODES__Fields wc_id
public static final SVNWCDbSchema.NODES__Fields local_relpath
public static final SVNWCDbSchema.NODES__Fields op_depth
public static final SVNWCDbSchema.NODES__Fields parent_relpath
public static final SVNWCDbSchema.NODES__Fields repos_id
public static final SVNWCDbSchema.NODES__Fields repos_path
public static final SVNWCDbSchema.NODES__Fields revision
public static final SVNWCDbSchema.NODES__Fields presence
public static final SVNWCDbSchema.NODES__Fields moved_here
public static final SVNWCDbSchema.NODES__Fields moved_to
public static final SVNWCDbSchema.NODES__Fields kind
public static final SVNWCDbSchema.NODES__Fields properties
public static final SVNWCDbSchema.NODES__Fields depth
public static final SVNWCDbSchema.NODES__Fields checksum
public static final SVNWCDbSchema.NODES__Fields symlink_target
public static final SVNWCDbSchema.NODES__Fields changed_revision
public static final SVNWCDbSchema.NODES__Fields changed_date
public static final SVNWCDbSchema.NODES__Fields changed_author
public static final SVNWCDbSchema.NODES__Fields translated_size
public static final SVNWCDbSchema.NODES__Fields last_mod_time
public static final SVNWCDbSchema.NODES__Fields dav_cache
public static final SVNWCDbSchema.NODES__Fields file_external
public static final SVNWCDbSchema.NODES__Fields inherited_props
public static SVNWCDbSchema.NODES__Fields[] values()
for (SVNWCDbSchema.NODES__Fields c : SVNWCDbSchema.NODES__Fields.values()) System.out.println(c);
public static SVNWCDbSchema.NODES__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.