JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.neo4j.ogm.drivers.api
Package
org.neo4j.ogm.model
Interface Property<K,
V>
All Known Implementing Classes:
PropertyModel
public interface
Property<K,
V>
Author:
vince
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
asParameter
()
K
getKey
()
V
getValue
()
Method Details
getKey
K
getKey
()
getValue
V
getValue
()
asParameter
Object
asParameter
()