
public class DynamicParameters.Node extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
depth  | 
protected BitSet | 
flags  | 
protected Parameter<?> | 
param  | 
protected String | 
value  | 
| Constructor and Description | 
|---|
DynamicParameters.Node(Parameter<?> param,
                      String value,
                      BitSet flags,
                      int depth)
Constructor. 
 |