public static enum ConflictDescriptor.Kind extends Enum<ConflictDescriptor.Kind>
svn_wc_conflict_kind_t
.Enum Constant and Description |
---|
property
Attempting to add object.
|
text
Attempting to change text or props.
|
tree
Tree conflict.
|
Modifier and Type | Method and Description |
---|---|
static ConflictDescriptor.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictDescriptor.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConflictDescriptor.Kind text
public static final ConflictDescriptor.Kind property
public static final ConflictDescriptor.Kind tree
public static ConflictDescriptor.Kind[] values()
for (ConflictDescriptor.Kind c : ConflictDescriptor.Kind.values()) System.out.println(c);
public static ConflictDescriptor.Kind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.