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