public final class HadoopVertexProperty<V> extends Object implements VertexProperty<V>, WrappedVertexProperty<VertexProperty<V>>
VertexProperty.Cardinality, VertexProperty.ExceptionsDEFAULT_LABEL| Constructor and Description | 
|---|
| HadoopVertexProperty(VertexProperty<V> baseVertexProperty,
                    HadoopVertex hadoopVertex) | 
| Modifier and Type | Method and Description | 
|---|---|
| Vertex | element()Gets the  Vertexthat owns thisVertexProperty. | 
| boolean | equals(Object object) | 
| VertexProperty<V> | getBaseVertexProperty() | 
| int | hashCode() | 
| Object | id()Gets the unique identifier for the graph  Element. | 
| boolean | isPresent()Whether the property is empty or not. | 
| String | key()The key of the property. | 
| <U> Iterator<Property<U>> | properties(String... propertyKeys)Get an  Iteratorof properties. | 
| <U> Property<U> | property(String key)Get a  Propertyfor theElementgiven its key. | 
| <U> Property<U> | property(String key,
        U value)Add or set a property value for the  Elementgiven its key. | 
| void | remove()Remove the property from the associated element. | 
| String | toString() | 
| V | value()The value of the property. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, graph, labelifPresent, orElse, orElseGet, orElseThrowpublic HadoopVertexProperty(VertexProperty<V> baseVertexProperty, HadoopVertex hadoopVertex)
public Object id()
ElementElement.public void remove()
Propertypublic boolean isPresent()
Propertypublic <U> Property<U> property(String key)
ElementProperty for the Element given its key.
 The default implementation calls the raw Element.properties(java.lang.String...).public <U> Property<U> property(String key, U value)
ElementElement given its key.public Vertex element()
VertexPropertyVertex that owns this VertexProperty.element in interface Property<V>element in interface VertexProperty<V>Vertex, Edge, or VertexProperty).public VertexProperty<V> getBaseVertexProperty()
getBaseVertexProperty in interface WrappedVertexProperty<VertexProperty<V>>public <U> Iterator<Property<U>> properties(String... propertyKeys)
VertexPropertyIterator of properties.properties in interface Elementproperties in interface VertexProperty<V>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.