public final class ProcessorArchitecture extends ExpandableStringEnum<ProcessorArchitecture>
| Modifier and Type | Field and Description |
|---|---|
static ProcessorArchitecture |
AMD64
Static value Amd64 for ProcessorArchitecture.
|
static ProcessorArchitecture |
X86
Static value X86 for ProcessorArchitecture.
|
| Constructor and Description |
|---|
ProcessorArchitecture() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorArchitecture |
fromString(String name)
Creates or finds a ProcessorArchitecture from its string representation.
|
static Collection<ProcessorArchitecture> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final ProcessorArchitecture AMD64
public static final ProcessorArchitecture X86
public static ProcessorArchitecture fromString(String name)
name - a name to look forpublic static Collection<ProcessorArchitecture> values()
Copyright © 2019. All rights reserved.