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