public static enum SvnWcDbReader.ReplaceInfo extends Enum<SvnWcDbReader.ReplaceInfo>
Enum Constant and Description |
---|
baseReplace |
replaced |
replaceRoot |
Modifier and Type | Method and Description |
---|---|
static SvnWcDbReader.ReplaceInfo |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.