Package com.graphdbapi.driver
Interface ElementWithProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,com.graphdbapi.driver.v1.Value>
getAllProperties()
返回所有属性集合com.graphdbapi.driver.v1.Value
getProperty(String key)
获取某个属性名对应的值Iterable<String>
getPropertyKeys()
返回所有的属性名boolean
hasProperty(String key)
判断是否有某个属性名
-