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