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