private static enum SvnWcDbCopy.CopyInfo extends java.lang.Enum<SvnWcDbCopy.CopyInfo>
Enum Constant and Description |
---|
copyFromId |
copyFromRelpath |
copyFromRev |
haveWork |
kind |
opRoot |
status |
Modifier and Type | Method and Description |
---|---|
static SvnWcDbCopy.CopyInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SvnWcDbCopy.CopyInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvnWcDbCopy.CopyInfo copyFromId
public static final SvnWcDbCopy.CopyInfo copyFromRelpath
public static final SvnWcDbCopy.CopyInfo copyFromRev
public static final SvnWcDbCopy.CopyInfo status
public static final SvnWcDbCopy.CopyInfo kind
public static final SvnWcDbCopy.CopyInfo opRoot
public static final SvnWcDbCopy.CopyInfo haveWork
public static SvnWcDbCopy.CopyInfo[] values()
for (SvnWcDbCopy.CopyInfo c : SvnWcDbCopy.CopyInfo.values()) System.out.println(c);
public static SvnWcDbCopy.CopyInfo 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 null