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