SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

public enum SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent


Types of component for security patch level.

Summary

Enum Values

KERNEL

Kernel component.

SECURITY_PATCH_COMPONENT_UNSPECIFIED

Component is unspecified.

SYSTEM

System component.

SYSTEM_MODULES

System modules component.

Public methods

static SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

Returns the enum constant of this type with the specified name.

static SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent[]

Returns an array containing the constants of this enum type, in the order they're declared.

Public methods

valueOf

public static SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent[]

an array containing the constants of this enum type, in the order they're declared