Uses of Enum
io.opentelemetry.api.common.ValueType
Packages that use ValueType
Package
Description
This package contains code common across the OpenTelemetry APIs, including
Attributes
and classes/utilities for interacting with them.-
Uses of ValueType in io.opentelemetry.api.common
Methods in io.opentelemetry.api.common that return ValueTypeModifier and TypeMethodDescriptionKeyValueList.getType()
Value.getType()
Returns the type of thisValue
.ValueArray.getType()
ValueBoolean.getType()
ValueBytes.getType()
ValueDouble.getType()
ValueLong.getType()
ValueString.getType()
static ValueType
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.