V
- the generic type of the value to set.protected static class FeatureSetImpl.SetExpression<V> extends Object
SET
clause.Modifier and Type | Field and Description |
---|---|
private Argument<V> |
assignment |
private Path<V> |
path |
Constructor and Description |
---|
SetExpression(Path<V> path,
Argument<V> assignment)
The constructor.
|
SetExpression(Path<V> path,
V assignment)
The constructor.
|
public SetExpression(Path<V> path, Argument<V> assignment)
path
- - see getPath()
.assignment
- - see getAssignment()
.public SetExpression(Path<V> path, V assignment)
path
- - see getPath()
.assignment
- - see getAssignment()
.Copyright © 2001–2016 mmm-Team. All rights reserved.