Uses of Enum Class
org.sentrysoftware.metricshub.engine.connector.model.common.EntryConcatMethod
Packages that use EntryConcatMethod
-
Uses of EntryConcatMethod in org.sentrysoftware.metricshub.engine.connector.model.common
Fields in org.sentrysoftware.metricshub.engine.connector.model.common with type parameters of type EntryConcatMethodModifier and TypeFieldDescriptionstatic final List<EntryConcatMethod> EntryConcatMethod.ENUM_VALUESList of all possible values forEntryConcatMethod.Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return EntryConcatMethodModifier and TypeMethodDescriptionstatic EntryConcatMethodGetEntryConcatMethodby name, the name defined in the connector code.static EntryConcatMethodReturns the enum constant of this class with the specified name.static EntryConcatMethod[]EntryConcatMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.