Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream.NodeProperty.ValueType
-
Packages that use NodeProperty.ValueType Package Description org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream -
-
Uses of NodeProperty.ValueType in org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream that return NodeProperty.ValueType Modifier and Type Method Description static NodeProperty.ValueTypeNodeProperty.ValueType. byOrdinal(int ordinal)NodeProperty.ValueTypeNodeProperty. getType()static NodeProperty.ValueTypeNodeProperty.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeProperty.ValueType[]NodeProperty.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.stream with parameters of type NodeProperty.ValueType Constructor Description NodeProperty(String key, NodeProperty.ValueType type, String value)NodeProperty(String key, NodeProperty.ValueType type, String[] values, boolean multiple)
-