ArchitectureTypes Class

public final class ArchitectureTypes
extends ExpandableStringEnum<ArchitectureTypes>

Specifies the Architecture Type.

Field Summary

Modifier and Type Field and Description
static final ArchitectureTypes ARM64

Static value Arm64 for ArchitectureTypes.

static final ArchitectureTypes X64

Static value x64 for ArchitectureTypes.

Constructor Summary

Constructor Description
ArchitectureTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ArchitectureTypes value.

Method Summary

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

Creates or finds a ArchitectureTypes from its string representation.

static Collection<ArchitectureTypes> values()

Gets known ArchitectureTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ARM64

public static final ArchitectureTypes ARM64

Static value Arm64 for ArchitectureTypes.

X64

public static final ArchitectureTypes X64

Static value x64 for ArchitectureTypes.

Constructor Details

ArchitectureTypes

@Deprecated
public ArchitectureTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ArchitectureTypes value.

Method Details

fromString

public static ArchitectureTypes fromString(String name)

Creates or finds a ArchitectureTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ArchitectureTypes.

values

public static Collection values()

Gets known ArchitectureTypes values.

Returns:

known ArchitectureTypes values.

Applies to