|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NodeDelta.ConflictType>
org.apache.jackrabbit.mk.model.NodeDelta.ConflictType
public static enum NodeDelta.ConflictType
| Enum Constant Summary | |
|---|---|
NODE_CONTENT_CONFLICT
child nodes with identical name have been added or modified, but with differing id's; the corresponding node subtrees are hence differing and potentially conflicting. |
|
PROPERTY_VALUE_CONFLICT
same property has been added or set, but with differing values |
|
REMOVED_DIRTY_NODE_CONFLICT
a child node entry pointing to a modified subtree has been deleted |
|
REMOVED_DIRTY_PROPERTY_CONFLICT
a modified property has been deleted |
|
| Method Summary | |
|---|---|
static NodeDelta.ConflictType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeDelta.ConflictType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NodeDelta.ConflictType PROPERTY_VALUE_CONFLICT
public static final NodeDelta.ConflictType NODE_CONTENT_CONFLICT
public static final NodeDelta.ConflictType REMOVED_DIRTY_PROPERTY_CONFLICT
public static final NodeDelta.ConflictType REMOVED_DIRTY_NODE_CONFLICT
| Method Detail |
|---|
public static NodeDelta.ConflictType[] values()
for (NodeDelta.ConflictType c : NodeDelta.ConflictType.values()) System.out.println(c);
public static NodeDelta.ConflictType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||