public abstract class OracleWrapperElement extends Object implements com.tinkerpop.blueprints.Element
Constructor and Description |
---|
OracleWrapperElement() |
Modifier and Type | Method and Description |
---|---|
int |
countPropertyKeys() |
Long |
getId()
An identifier that is unique to its inheriting class.
|
Object |
getProperty(String key)
Return the object value associated with the provided string key.
|
Set<String> |
getPropertyKeys()
Return all the keys associated with the element.
|
boolean |
isPartial()
Returns TRUE if this object is partially constructured.
|
Object |
removeProperty(String key)
Un-assigns a key/value property from the element.
|
void |
setProperty(String key, Object value)
Assign a key/value property to the element.
|
void |
setProperty(String key, Object value, boolean skipQueue)
Assign a key/value property to the element.
|
public int countPropertyKeys()
public Long getId()
getId
in interface com.tinkerpop.blueprints.Element
public Object getProperty(String key)
getProperty
in interface com.tinkerpop.blueprints.Element
public Set<String> getPropertyKeys()
getPropertyKeys
in interface com.tinkerpop.blueprints.Element
public boolean isPartial()
public Object removeProperty(String key)
removeProperty
in interface com.tinkerpop.blueprints.Element
public void setProperty(String key, Object value)
setProperty
in interface com.tinkerpop.blueprints.Element
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.