@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum SoftwarePackageArchitecture extends Enum<SoftwarePackageArchitecture> implements BmcEnum
Architecture type of a software package.
Enum Constant and Description |
---|
Aarch64 |
I386 |
I686 |
Noarch |
Other |
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 SoftwarePackageArchitecture |
create(String key) |
String |
getValue() |
static SoftwarePackageArchitecture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftwarePackageArchitecture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftwarePackageArchitecture I386
public static final SoftwarePackageArchitecture I686
public static final SoftwarePackageArchitecture Aarch64
public static final SoftwarePackageArchitecture X8664
public static final SoftwarePackageArchitecture Src
public static final SoftwarePackageArchitecture Noarch
public static final SoftwarePackageArchitecture Other
public static final SoftwarePackageArchitecture UnknownEnumValue
public static SoftwarePackageArchitecture[] values()
for (SoftwarePackageArchitecture c : SoftwarePackageArchitecture.values()) System.out.println(c);
public static SoftwarePackageArchitecture 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 nullpublic static SoftwarePackageArchitecture create(String key)
Copyright © 2016–2024. All rights reserved.