SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind

public enum SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind


SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase 可能的类型。

摘要

枚举值

NONE
STRING

安全补丁级别字符串。

VERSION

安全补丁级别版本。

公共方法

static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind

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

static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind[]

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

公共方法

valueOf

public static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind valueOf(String name)

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

返回
SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind

具有指定名称的枚举常量

抛出
java.lang.IllegalArgumentException

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

values

public static SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind[] values()

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

返回
SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase.Kind[]

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