public class Neo4jGraph.Neo4jGraphFeatures.Neo4jEdgePropertyFeatures extends Object implements Graph.Features.EdgePropertyFeatures
FEATURE_PROPERTIESFEATURE_BOOLEAN_ARRAY_VALUES, FEATURE_BOOLEAN_VALUES, FEATURE_BYTE_ARRAY_VALUES, FEATURE_BYTE_VALUES, FEATURE_DOUBLE_ARRAY_VALUES, FEATURE_DOUBLE_VALUES, FEATURE_FLOAT_ARRAY_VALUES, FEATURE_FLOAT_VALUES, FEATURE_INTEGER_ARRAY_VALUES, FEATURE_INTEGER_VALUES, FEATURE_LONG_ARRAY_VALUES, FEATURE_LONG_VALUES, FEATURE_MAP_VALUES, FEATURE_MIXED_LIST_VALUES, FEATURE_SERIALIZABLE_VALUES, FEATURE_STRING_ARRAY_VALUES, FEATURE_STRING_VALUES, FEATURE_UNIFORM_LIST_VALUES| Modifier and Type | Method and Description | 
|---|---|
| boolean | supportsMapValues()Supports setting of a  Mapvalue. | 
| boolean | supportsMixedListValues()Supports setting of a  Listvalue. | 
| boolean | supportsSerializableValues()Supports setting of a Java serializable value. | 
| boolean | supportsUniformListValues()Supports setting of a  Listvalue. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsPropertiessupportsBooleanArrayValues, supportsBooleanValues, supportsByteArrayValues, supportsByteValues, supportsDoubleArrayValues, supportsDoubleValues, supportsFloatArrayValues, supportsFloatValues, supportsIntegerArrayValues, supportsIntegerValues, supportsLongArrayValues, supportsLongValues, supportsStringArrayValues, supportsStringValuespublic boolean supportsMapValues()
Graph.Features.DataTypeFeaturesMap value.  The assumption is that the Map can contain
 arbitrary serializable values that may or may not be defined as a feature itself.supportsMapValues in interface Graph.Features.DataTypeFeaturespublic boolean supportsMixedListValues()
Graph.Features.DataTypeFeaturesList value.  The assumption is that the List can contain
 arbitrary serializable values that may or may not be defined as a feature itself.  As this
 List is "mixed" it does not need to contain objects of the same type.supportsMixedListValues in interface Graph.Features.DataTypeFeaturesGraph.Features.DataTypeFeatures.supportsMixedListValues()public boolean supportsSerializableValues()
Graph.Features.DataTypeFeaturessupportsSerializableValues in interface Graph.Features.DataTypeFeaturespublic boolean supportsUniformListValues()
Graph.Features.DataTypeFeaturesList value.  The assumption is that the List can contain
 arbitrary serializable values that may or may not be defined as a feature itself.  As this
 List is "uniform" it must contain objects of the same type.supportsUniformListValues in interface Graph.Features.DataTypeFeaturesGraph.Features.DataTypeFeatures.supportsMixedListValues()Copyright © 2013–2019 Apache Software Foundation. All rights reserved.