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!>!

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