public static enum SvnWcDbRevert.RevertInfo extends java.lang.Enum<SvnWcDbRevert.RevertInfo>
Enum Constant and Description |
---|
conflictNew |
conflictOld |
conflictWorking |
copiedHere |
kind |
markerFiles |
propReject |
reverted |
Modifier and Type | Method and Description |
---|---|
static SvnWcDbRevert.RevertInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SvnWcDbRevert.RevertInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvnWcDbRevert.RevertInfo reverted
public static final SvnWcDbRevert.RevertInfo conflictOld
public static final SvnWcDbRevert.RevertInfo conflictNew
public static final SvnWcDbRevert.RevertInfo conflictWorking
public static final SvnWcDbRevert.RevertInfo propReject
public static final SvnWcDbRevert.RevertInfo copiedHere
public static final SvnWcDbRevert.RevertInfo kind
public static final SvnWcDbRevert.RevertInfo markerFiles
public static SvnWcDbRevert.RevertInfo[] values()
for (SvnWcDbRevert.RevertInfo c : SvnWcDbRevert.RevertInfo.values()) System.out.println(c);
public static SvnWcDbRevert.RevertInfo 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.