V
- the generic type of the value to set.protected static class FeatureLetImpl.LetExpression<V> extends Object
SET
clause.Modifier and Type | Field and Description |
---|---|
private Path<V> |
path |
private Variable<V> |
variable |
Constructor and Description |
---|
LetExpression(String variable,
Path<V> path)
The constructor.
|
LetExpression(Variable<V> variable,
Path<V> path)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
PropertyPath<V> |
getPath() |
Variable<V> |
getVariable() |
public LetExpression(Variable<V> variable, Path<V> path)
variable
- - see getVariable()
path
- - see getPath()
.public LetExpression(String variable, Path<V> path)
variable
- - see getVariable()
path
- - see getPath()
.public PropertyPath<V> getPath()
Copyright © 2001–2016 mmm-Team. All rights reserved.