Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.EscapeType
Packages that use EscapeType
-
Uses of EscapeType in org.sentrysoftware.metricshub.engine.common.helpers
Methods in org.sentrysoftware.metricshub.engine.common.helpers that return EscapeTypeModifier and TypeMethodDescriptionstatic EscapeTypeEscapeType.fromString(String escapeType) Retrieves the corresponding EscapeType from a string representation.static EscapeTypeReturns the enum constant of this class with the specified name.static EscapeType[]EscapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.