AnnotationValue
Value of a segment annotation. Has one of three value types: Number, Boolean, or String.
Inheritors
Types
Functions
Casts this AnnotationValue as a BooleanValue and retrieves its kotlin.Boolean value. Throws an exception if the AnnotationValue is not a BooleanValue.
Casts this AnnotationValue as a BooleanValue and retrieves its kotlin.Boolean value. Returns null if the AnnotationValue is not a BooleanValue.
Casts this AnnotationValue as a NumberValue and retrieves its kotlin.Double value. Throws an exception if the AnnotationValue is not a NumberValue.
Casts this AnnotationValue as a NumberValue and retrieves its kotlin.Double value. Returns null if the AnnotationValue is not a NumberValue.
Casts this AnnotationValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the AnnotationValue is not a StringValue.
Casts this AnnotationValue as a StringValue and retrieves its kotlin.String value. Returns null if the AnnotationValue is not a StringValue.