Class NodeProperty
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream.NodeProperty
-
public class NodeProperty extends Object
Represents a property of a node.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeProperty.PropertyValuestatic classNodeProperty.ValueType
-
Constructor Summary
Constructors Constructor Description NodeProperty(String key, NodeProperty.ValueType type, String value)NodeProperty(String key, NodeProperty.ValueType type, String[] values, boolean multiple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()NodeProperty.ValueTypegetType()String[]getValues()booleanisMultiple()StringtoString()
-
-
-
Constructor Detail
-
NodeProperty
public NodeProperty(String key, NodeProperty.ValueType type, String value)
-
NodeProperty
public NodeProperty(String key, NodeProperty.ValueType type, String[] values, boolean multiple)
-
-