| Package | Description | 
|---|---|
| com.datastax.driver.dse.graph | 
| Modifier and Type | Method and Description | 
|---|---|
VertexProperty | 
ObjectGraphNode.asVertexProperty()  | 
VertexProperty | 
GraphNode.asVertexProperty()
Returns this node as a  
VertexProperty. | 
VertexProperty | 
Vertex.getProperty(String name)
Returns the first property of this element
 that has the given  
name,
 or null, if such a property name
 does not exist. | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<VertexProperty> | 
Vertex.getProperties()
Returns an iterator over the element's properties,
 or an empty iterator, if the element does not have any property. 
 | 
Iterator<VertexProperty> | 
Vertex.getProperties(String name)
Returns all the properties of this element
 that have the given  
name,
 or an empty iterator, if such a property name
 does not exist. | 
Copyright © 2012–2018. All rights reserved.