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, includingAttributesand 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 ValueTypeKeyValueList. getType()ValueTypeValue. getType()Returns the type of thisValue.ValueTypeValueArray. getType()ValueTypeValueBoolean. getType()ValueTypeValueBytes. getType()ValueTypeValueDouble. getType()ValueTypeValueLong. getType()ValueTypeValueString. getType()static ValueTypeValueType. 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.
-