public static enum RealTimeGetComponent.Resolution extends Enum<RealTimeGetComponent.Resolution>
Enum Constant and Description |
---|
DOC
Resolve this partial document to a full document (by following back prevPointer/prevVersion)?
|
DOC_WITH_CHILDREN
Check whether the document has child documents.
|
ROOT_WITH_CHILDREN
Check whether the document is part of a nested hierarchy.
|
Modifier and Type | Method and Description |
---|---|
static RealTimeGetComponent.Resolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealTimeGetComponent.Resolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealTimeGetComponent.Resolution DOC
public static final RealTimeGetComponent.Resolution DOC_WITH_CHILDREN
public static final RealTimeGetComponent.Resolution ROOT_WITH_CHILDREN
public static RealTimeGetComponent.Resolution[] values()
for (RealTimeGetComponent.Resolution c : RealTimeGetComponent.Resolution.values()) System.out.println(c);
public static RealTimeGetComponent.Resolution 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 © 2000-2019 Apache Software Foundation. All Rights Reserved.