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.RetrievalType
GetSpectrumAmplitude. m_Type
how to retrieve the amplitude.Methods in adams.flow.transformer that return GetSpectrumAmplitude.RetrievalType Modifier and Type Method Description GetSpectrumAmplitude.RetrievalType
GetSpectrumAmplitude. getType()
Returns how to retrieve the amplitude.static GetSpectrumAmplitude.RetrievalType
GetSpectrumAmplitude.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 void
GetSpectrumAmplitude. setType(GetSpectrumAmplitude.RetrievalType value)
Sets how to retrieve the amplitude.
-