protected abstract static class ScanningQueryEngine.PropertyValueExtractor extends Object implements RowExtractors.ExtractFromRow
Modifier | Constructor and Description |
---|---|
protected |
PropertyValueExtractor(String selectorName,
String propertyName,
TypeSystem.TypeFactory<?> typeFactory) |
Modifier and Type | Method and Description |
---|---|
TypeSystem.TypeFactory<?> |
getType()
Get the type of value that this extractor will return from
RowExtractors.ExtractFromRow.getValueInRow(org.modeshape.jcr.query.NodeSequence.RowAccessor) . |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValueInRow
protected PropertyValueExtractor(String selectorName, String propertyName, TypeSystem.TypeFactory<?> typeFactory)
public TypeSystem.TypeFactory<?> getType()
RowExtractors.ExtractFromRow
RowExtractors.ExtractFromRow.getValueInRow(org.modeshape.jcr.query.NodeSequence.RowAccessor)
.getType
in interface RowExtractors.ExtractFromRow
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.