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