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.UpdateTypeSetVariable. m_UpdateTypehow to update the variable value.Methods in adams.flow.transformer that return SetVariable.UpdateType Modifier and Type Method Description SetVariable.UpdateTypeSetVariable. getUpdateType()Returns how to update the variable.static SetVariable.UpdateTypeSetVariable.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 voidSetVariable. setUpdateType(SetVariable.UpdateType value)Sets how to update the variable.
-