Uses of Class
adams.flow.transformer.SetVariable.UpdateType
-
Packages that use SetVariable.UpdateType Package Description adams.flow.transformer -
-
Uses of SetVariable.UpdateType in adams.flow.transformer
Fields in adams.flow.transformer declared as SetVariable.UpdateType Modifier and Type Field Description protected SetVariable.UpdateType
SetVariable. m_UpdateType
how to update the variable value.Methods in adams.flow.transformer that return SetVariable.UpdateType Modifier and Type Method Description SetVariable.UpdateType
SetVariable. getUpdateType()
Returns how to update the variable.static SetVariable.UpdateType
SetVariable.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetVariable.UpdateType[]
SetVariable.UpdateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type SetVariable.UpdateType Modifier and Type Method Description void
SetVariable. setUpdateType(SetVariable.UpdateType value)
Sets how to update the variable.
-