Uses of Class
adams.core.VariableNameValuePair
-
Packages that use VariableNameValuePair Package Description adams.flow.standalone adams.flow.transformer -
-
Uses of VariableNameValuePair in adams.flow.standalone
Fields in adams.flow.standalone with type parameters of type VariableNameValuePair Modifier and Type Field Description protected List<VariableNameValuePair>
SetManyVariables. m_VariablePairs
the variables.Methods in adams.flow.standalone that return VariableNameValuePair Modifier and Type Method Description VariableNameValuePair[]
SetManyVariables. getVariablePairs()
Returns the variable (name/value) pairs.Methods in adams.flow.standalone with parameters of type VariableNameValuePair Modifier and Type Method Description void
SetManyVariables. addVariablePair(VariableNameValuePair value)
Adds the variable name/value pair.void
SetManyVariables. setVariablePairs(VariableNameValuePair[] value)
Sets the variable (name/value) pairs. -
Uses of VariableNameValuePair in adams.flow.transformer
Fields in adams.flow.transformer with type parameters of type VariableNameValuePair Modifier and Type Field Description protected List<VariableNameValuePair>
SetManyVariables. m_VariablePairs
the variables.Methods in adams.flow.transformer that return VariableNameValuePair Modifier and Type Method Description VariableNameValuePair[]
SetManyVariables. getVariablePairs()
Returns the variable (name/value) pairs.Methods in adams.flow.transformer with parameters of type VariableNameValuePair Modifier and Type Method Description void
SetManyVariables. addVariablePair(VariableNameValuePair value)
Adds the variable name/value pair.void
SetManyVariables. setVariablePairs(VariableNameValuePair[] value)
Sets the variable (name/value) pairs.
-