PreemptionVulnerability

enum PreemptionVulnerability : Enum<PreemptionVulnerability> , ConvertibleToJava<PreemptionVulnerability>

Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

Entries

Link copied to clipboard

Cannot be preempted

Link copied to clipboard

May be preempted

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: PreemptionVulnerability
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): PreemptionVulnerability
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.