Uses of Enum Class
com.openinventor.inventor.devices.SoCpuDevice.ProcessorArchitectures
Packages that use SoCpuDevice.ProcessorArchitectures
-
Uses of SoCpuDevice.ProcessorArchitectures in com.openinventor.inventor.devices
Methods in com.openinventor.inventor.devices that return SoCpuDevice.ProcessorArchitecturesModifier and TypeMethodDescriptionSoCpuDevice.getArchitecture()
Returns the architecture of the processor.SoCpuDevice.ProcessorArchitectures.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoCpuDevice.ProcessorArchitectures[]
SoCpuDevice.ProcessorArchitectures.values()
Returns an array containing the constants of this enum class, in the order they are declared.