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