public class

RelationshipQueryExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.holders.RelationshipQueryExpressionHolder

Summary

Fields
protected RelationshipQuery.Direction _directionType
protected String _typeType
protected Object direction
protected Object type
Public Constructors
RelationshipQueryExpressionHolder()
Public Methods
Object getDirection()
Retrieves direction
Object getType()
Retrieves type
void setDirection(Object value)
Sets direction
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RelationshipQuery.Direction _directionType

protected String _typeType

protected Object direction

protected Object type

Public Constructors

public RelationshipQueryExpressionHolder ()

Public Methods

public Object getDirection ()

Retrieves direction

public Object getType ()

Retrieves type

public void setDirection (Object value)

Sets direction

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set