Uses of Class
adams.flow.transformer.SetSpectrumAmplitude.UpdateType
-
Packages that use SetSpectrumAmplitude.UpdateType Package Description adams.flow.transformer -
-
Uses of SetSpectrumAmplitude.UpdateType in adams.flow.transformer
Fields in adams.flow.transformer declared as SetSpectrumAmplitude.UpdateType Modifier and Type Field Description protected SetSpectrumAmplitude.UpdateType
SetSpectrumAmplitude. m_Type
how to retrieve the amplitude.Methods in adams.flow.transformer that return SetSpectrumAmplitude.UpdateType Modifier and Type Method Description SetSpectrumAmplitude.UpdateType
SetSpectrumAmplitude. getType()
Returns how to retrieve the amplitude.static SetSpectrumAmplitude.UpdateType
SetSpectrumAmplitude.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetSpectrumAmplitude.UpdateType[]
SetSpectrumAmplitude.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 SetSpectrumAmplitude.UpdateType Modifier and Type Method Description void
SetSpectrumAmplitude. setType(SetSpectrumAmplitude.UpdateType value)
Sets how to retrieve the amplitude.
-