public static enum NodeDocument.SplitDocType extends Enum<NodeDocument.SplitDocType>
| Enum Constant and Description |
|---|
COMMIT_ROOT_ONLY
A split document which does not contain REVISIONS history.
|
DEFAULT
A split document which contains all types of data
|
DEFAULT_LEAF
A split document which contains all types of data.
|
DEFAULT_NO_BRANCH
A split document which contains all types of data, but no branch
commits.
|
DEFAULT_NO_CHILD
Deprecated.
|
INTERMEDIATE
Its an intermediate split document which only contains version ranges
and does not contain any other attributes
|
NONE
Not a split document
|
PROP_COMMIT_ONLY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
typeCode() |
static NodeDocument.SplitDocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeDocument.SplitDocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeDocument.SplitDocType NONE
public static final NodeDocument.SplitDocType DEFAULT
@Deprecated public static final NodeDocument.SplitDocType DEFAULT_NO_CHILD
@Deprecated public static final NodeDocument.SplitDocType PROP_COMMIT_ONLY
public static final NodeDocument.SplitDocType INTERMEDIATE
public static final NodeDocument.SplitDocType DEFAULT_LEAF
public static final NodeDocument.SplitDocType COMMIT_ROOT_ONLY
public static final NodeDocument.SplitDocType DEFAULT_NO_BRANCH
public static NodeDocument.SplitDocType[] values()
for (NodeDocument.SplitDocType c : NodeDocument.SplitDocType.values()) System.out.println(c);
public static NodeDocument.SplitDocType 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 nullpublic int typeCode()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.