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