Uses of Class
com.helger.commons.system.EProcessorArchitecture
-
Packages that use EProcessorArchitecture Package Description com.helger.commons.system -
-
Uses of EProcessorArchitecture in com.helger.commons.system
Methods in com.helger.commons.system that return EProcessorArchitecture Modifier and Type Method Description static EProcessorArchitectureEProcessorArchitecture. forBits(int nBits)Get the processor architecture based on the passed number of bits.static EProcessorArchitectureSystemHelper. getProcessorArchitecture()static EProcessorArchitectureEProcessorArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static EProcessorArchitecture[]EProcessorArchitecture. values()Returns an array containing the constants of this enum type, in the order they are declared.
-