@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum ArchType extends Enum<ArchType> implements BmcEnum
CPU architecture type.
Enum Constant and Description |
---|
Aarch64 |
I686 |
Noarch |
Src |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
X8664 |
Modifier and Type | Method and Description |
---|---|
static ArchType |
create(String key) |
String |
getValue() |
static ArchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchType X8664
public static final ArchType Aarch64
public static final ArchType I686
public static final ArchType Noarch
public static final ArchType Src
public static final ArchType UnknownEnumValue
public static ArchType[] values()
for (ArchType c : ArchType.values()) System.out.println(c);
public static ArchType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2024. All rights reserved.