Package | Description |
---|---|
org.modeshape.jcr.value |
Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for
representing and working with properties and their values.
|
org.modeshape.jcr.value.basic |
A set of basic implementations of the various interfaces defined in
org.modeshape.jcr.value . |
Modifier and Type | Method and Description |
---|---|
<T> T[] |
Property.getValuesAsArray(Property.ValueTypeTransformer<T> valueTypeTransformer,
Class<T> type)
Convert the values of this property to the given type, using the specified type transformer.
|
Modifier and Type | Method and Description |
---|---|
<T> T[] |
BasicProperty.getValuesAsArray(Property.ValueTypeTransformer<T> valueTypeTransformer,
Class<T> type) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.