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[]

宣言された順でこの列挙型の定数を含む配列