Uses of Enum Class
dev.sympho.modular_commands.execute.Metrics.Tag.Type
Packages that use Metrics.Tag.Type
Package
Description
Runtime system for executing commands defined through the API.
Implementations for command contexts.
-
Uses of Metrics.Tag.Type in dev.sympho.modular_commands.execute
Methods in dev.sympho.modular_commands.execute that return Metrics.Tag.TypeModifier and TypeMethodDescriptionInstrumentedContext.tagType()Determines the value for thetype tag.protected abstract Metrics.Tag.TypePipelineBuilder.tagType()Determines thetype tagfor this pipeline.static Metrics.Tag.TypeReturns the enum constant of this class with the specified name.static Metrics.Tag.Type[]Metrics.Tag.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Metrics.Tag.Type in dev.sympho.modular_commands.impl.context
Methods in dev.sympho.modular_commands.impl.context that return Metrics.Tag.Type