次の方法で共有


FirmwareType Class

public final class FirmwareType
extends ExpandableStringEnum<FirmwareType>

Defines values for FirmwareType.

Field Summary

Modifier and Type Field and Description
static final FirmwareType BIOS

Static value bios for FirmwareType.

static final FirmwareType EFI

Static value efi for FirmwareType.

Constructor Summary

Constructor Description
FirmwareType()

Method Summary

Modifier and Type Method and Description
static FirmwareType fromString(String name)

Creates or finds a FirmwareType from its string representation.

static Collection<FirmwareType> values()

Gets known FirmwareType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BIOS

public static final FirmwareType BIOS

Static value bios for FirmwareType.

EFI

public static final FirmwareType EFI

Static value efi for FirmwareType.

Constructor Details

FirmwareType

public FirmwareType()

Method Details

fromString

public static FirmwareType fromString(String name)

Creates or finds a FirmwareType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FirmwareType.

values

public static Collection<FirmwareType> values()

Gets known FirmwareType values.

Returns:

known FirmwareType values.

Applies to