public enum ImplementationPlatform extends Enum<ImplementationPlatform>
Enum Constant and Description |
---|
ARMV7_A |
ARMV7_M |
ARMV8_A |
ARMV8_M |
ARMV9_A |
ARMV9_M |
GENERIC |
OTHER |
PPC64 |
PPC64LE |
S390X |
UNKNOWN |
X86_32 |
X86_64 |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static ImplementationPlatform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementationPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementationPlatform GENERIC
public static final ImplementationPlatform X86_32
public static final ImplementationPlatform X86_64
public static final ImplementationPlatform ARMV7_A
public static final ImplementationPlatform ARMV7_M
public static final ImplementationPlatform ARMV8_A
public static final ImplementationPlatform ARMV8_M
public static final ImplementationPlatform ARMV9_A
public static final ImplementationPlatform ARMV9_M
public static final ImplementationPlatform S390X
public static final ImplementationPlatform PPC64
public static final ImplementationPlatform PPC64LE
public static final ImplementationPlatform OTHER
public static final ImplementationPlatform UNKNOWN
public static ImplementationPlatform[] values()
for (ImplementationPlatform c : ImplementationPlatform.values()) System.out.println(c);
public static ImplementationPlatform 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 String getName()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.