SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

enum SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent


安全补丁级别的组件类型。

摘要

枚举值

KERNEL

内核组件。

SECURITY_PATCH_COMPONENT_UNSPECIFIED

组件未指定。

SYSTEM

系统组件。

SYSTEM_MODULES

系统模块组件。

公共函数

java-static SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!
valueOf(name: String!)

返回具有指定名称的该类型的枚举常量。

java-static Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

返回一个包含此枚举类型的常量的数组(按常量的声明顺序排列)。

公共函数

valueOf

java-static fun valueOf(name: String!): SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

返回具有指定名称的该类型的枚举常量。字符串必须与用于声明此类型枚举常量的标识符完全匹配。(不允许使用额外的空白字符。)

返回
SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

具有指定名称的枚举常量

抛出
java.lang.IllegalArgumentException

如果此枚举类型没有指定名称的常量

values

java-static fun values(): Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

返回一个包含此枚举类型的常量的数组(按常量的声明顺序排列)。此方法可用于迭代常量。

返回
Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

一个包含此枚举类型的常量的数组(按常量的声明顺序排列)