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