Package | Description |
---|---|
com.datastax.driver.dse.graph |
Modifier and Type | Interface and Description |
---|---|
interface |
VertexProperty
The representation of a vertex property in DSE Graph.
|
Modifier and Type | Method and Description |
---|---|
Property |
GraphNode.asProperty()
Returns this node as a
Property . |
Property |
Element.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<? extends Property> |
Element.getProperties()
Returns an iterator over the element's properties,
or an empty iterator, if the element does not have any property.
|
Iterator<? extends Property> |
Element.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. |