次の方法で共有


PowerOnBootOption Class

public final class PowerOnBootOption
extends ExpandableStringEnum<PowerOnBootOption>

Defines values for PowerOnBootOption.

Field Summary

Modifier and Type Field and Description
static final PowerOnBootOption DISABLED

Static value disabled for PowerOnBootOption.

static final PowerOnBootOption ENABLED

Static value enabled for PowerOnBootOption.

Constructor Summary

Constructor Description
PowerOnBootOption()

Method Summary

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

Creates or finds a PowerOnBootOption from its string representation.

static Collection<PowerOnBootOption> values()

Gets known PowerOnBootOption values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final PowerOnBootOption DISABLED

Static value disabled for PowerOnBootOption.

ENABLED

public static final PowerOnBootOption ENABLED

Static value enabled for PowerOnBootOption.

Constructor Details

PowerOnBootOption

public PowerOnBootOption()

Method Details

fromString

public static PowerOnBootOption fromString(String name)

Creates or finds a PowerOnBootOption from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PowerOnBootOption.

values

public static Collection<PowerOnBootOption> values()

Gets known PowerOnBootOption values.

Returns:

known PowerOnBootOption values.

Applies to