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