Class OTraverseResult
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OResultInternal
com.orientechnologies.orient.core.sql.executor.OTraverseResult
- All Implemented Interfaces:
OResult,Comparable<OResultInternal>
Created by luigidellaquila on 02/11/16.
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.executor.OResultInternal
content, element, metadata, temporaryContent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetProperty(String name) returns a property from the resultvoidsetProperty(String name, Object value) Methods inherited from class com.orientechnologies.orient.core.sql.executor.OResultInternal
addMetadata, bindToCache, clearMetadata, compareTo, equals, getBlob, getBlobProperty, getEdgeProperty, getElement, getElementProperty, getIdentity, getMetadata, getMetadataKeys, getPropertyNames, getRecord, getTemporaryProperties, getTemporaryProperty, getVertexProperty, hashCode, hasProperty, isBlob, isElement, isProjection, loadElement, removeMetadata, removeProperty, setElement, setMetadata, setTemporaryProperty, toElement, toString
-
Field Details
-
depth
-
-
Constructor Details
-
OTraverseResult
public OTraverseResult() -
OTraverseResult
-
-
Method Details
-
getProperty
Description copied from interface:OResultreturns a property from the result- Specified by:
getPropertyin interfaceOResult- Overrides:
getPropertyin classOResultInternal- Type Parameters:
T-- Parameters:
name- the property name- Returns:
- the property value. If the property value is a persistent record, it only returns the
RID. See also
OResult.getElementProperty(String)OResult.getVertexProperty(String)OResult.getEdgeProperty(String)OResult.getBlobProperty(String)
-
setProperty
- Overrides:
setPropertyin classOResultInternal
-