public abstract class VertexiumBlueprintsElement extends Object implements com.tinkerpop.blueprints.Element
| Modifier | Constructor and Description |
|---|---|
protected |
VertexiumBlueprintsElement(VertexiumBlueprintsGraph graph,
Element element,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
VertexiumBlueprintsGraph |
getGraph() |
Object |
getId() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
Element |
getVertexiumElement() |
int |
hashCode() |
abstract void |
remove() |
<T> T |
removeProperty(String key) |
void |
setProperty(String propertyName,
Object value) |
String |
toString() |
protected VertexiumBlueprintsElement(VertexiumBlueprintsGraph graph, Element element, Authorizations authorizations)
public <T> T getProperty(String key)
getProperty in interface com.tinkerpop.blueprints.Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.Elementpublic void setProperty(String propertyName, Object value)
setProperty in interface com.tinkerpop.blueprints.Elementpublic <T> T removeProperty(String key)
removeProperty in interface com.tinkerpop.blueprints.Elementpublic abstract void remove()
remove in interface com.tinkerpop.blueprints.Elementpublic Object getId()
getId in interface com.tinkerpop.blueprints.Elementpublic VertexiumBlueprintsGraph getGraph()
public Element getVertexiumElement()
Copyright © 2014–2015. All rights reserved.