Class NodeProperty
java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream.NodeProperty
Represents a property of a node.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionNodeProperty
(String key, NodeProperty.ValueType type, String value) NodeProperty
(String key, NodeProperty.ValueType type, String[] values, boolean multiple) -
Method Summary