Package com.jogamp.common.os
Enum Platform.CPUFamily
- All Implemented Interfaces:
Serializable,Comparable<Platform.CPUFamily>,java.lang.constant.Constable
- Enclosing class:
- Platform
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic Platform.CPUFamilyReturns the enum constant of this type with the specified name.static Platform.CPUFamily[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
X86
AMD/Intel -
ARM
ARM -
PPC
Power PC -
SPARC
SPARC -
RISCV
RISCV -
MIPS
Mips -
PA_RISC
PA RISC -
IA64
Itanium -
SuperH
Hitachi SuperH -
S390
IBM ESA/390 and zSystems
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-