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