TExpression - the type of the value for the new variablepublic class Variable<TExpression> extends Object
| Constructor and Description |
|---|
Variable(String name,
TExpression value)
Creates a new variable definition for use in $lookup pipeline stages
|
public Variable(String name, TExpression value)
name - the name of the new variablevalue - the value of the new variablepublic String getName()
public TExpression getValue()
Copyright © 2010 - 2020 Adobe. All Rights Reserved