Uses of Enum Class
org.sentrysoftware.metricshub.engine.connector.model.common.ConversionType
Packages that use ConversionType
Package
Description
-
Uses of ConversionType in org.sentrysoftware.metricshub.engine.connector.model.common
Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return ConversionTypeModifier and TypeMethodDescriptionstatic ConversionTypeGetConversionTypeby name, the name defined in the connector code.static ConversionTypeReturns the enum constant of this class with the specified name.static ConversionType[]ConversionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConversionType in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute
Constructors in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute with parameters of type ConversionTypeModifierConstructorDescriptionConvert(String type, @NonNull Integer column, @NonNull ConversionType conversion) Construct a new instance of Convert.