| Modifier and Type | Method and Description |
|---|---|
T |
byExpression(ValueElement expression)
JCYPHER LANGUAGE ELEMENT
set by an Expression as e.g.: a.stringProperty("name").concat("<->").concat(b.stringProperty("name"))
or: a.numberProperty("amount").plus(b.numberProperty("amount"))
or simply a reference to a named element e.g.
|
<E> T |
to(E value)
JCYPHER LANGUAGE ELEMENT
set to a primitive value like a String or a Number
|
ModifyTerminal |
toNull()
JCYPHER LANGUAGE ELEMENT
remove the property (set to NULL)
|
public <E> T to(E value)
public T byExpression(ValueElement expression)
public ModifyTerminal toNull()
Copyright © 2016. All rights reserved.