Uses of Class
io.opentelemetry.api.common.ValueType
-
Packages that use ValueType Package Description io.opentelemetry.api.common This package contains code common across the OpenTelemetry APIs, includingAttributes
and classes/utilities for interacting with them. -
-
Uses of ValueType in io.opentelemetry.api.common
Methods in io.opentelemetry.api.common that return ValueType Modifier and Type Method Description ValueType
KeyValueList. getType()
ValueType
Value. getType()
Returns the type of thisValue
.ValueType
ValueArray. getType()
ValueType
ValueBoolean. getType()
ValueType
ValueBytes. getType()
ValueType
ValueDouble. getType()
ValueType
ValueLong. getType()
ValueType
ValueString. getType()
static ValueType
ValueType. valueOf(java.lang.String name)
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.
-