-
- All Implemented Interfaces:
public final class CypherDirective
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatementprivate final BooleanpassThrough
-
Constructor Summary
Constructors Constructor Description CypherDirective(String statement, Boolean passThrough)
-
Method Summary
Modifier and Type Method Description final StringgetStatement()final BooleangetPassThrough()-
-
Method Detail
-
getStatement
final String getStatement()
-
getPassThrough
final Boolean getPassThrough()
-
-
-
-