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)

傳回具指定名稱的這類列舉常數。字串須與用來宣告這類列舉常數的 ID 完全一致 (不允許多餘的空白字元)。

擲回
java.lang.IllegalArgumentException

如果這個列舉類型沒有含指定名稱的常數

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

傳回內含這個列舉類型常數的陣列 (按常數宣告順序)。這個方法可用於疊代處理常數。

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

內含這個列舉類型常數的陣列 (按常數宣告順序)