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