public static enum Utilities.SystemArchitecture extends Enum<Utilities.SystemArchitecture>
| Enum Constant and Description | 
|---|
ARCHITECTURE_32_BIT  | 
ARCHITECTURE_64_BIT  | 
| Modifier and Type | Method and Description | 
|---|---|
static Utilities.SystemArchitecture | 
getCurrentSystemArchitecture()  | 
static Utilities.SystemArchitecture | 
getSystemArchitecture(String currentArchitecture)  | 
String | 
getSystemArchitectureName()  | 
static Utilities.SystemArchitecture | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Utilities.SystemArchitecture[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Utilities.SystemArchitecture ARCHITECTURE_64_BIT
public static final Utilities.SystemArchitecture ARCHITECTURE_32_BIT
public static Utilities.SystemArchitecture[] values()
for (Utilities.SystemArchitecture c : Utilities.SystemArchitecture.values()) System.out.println(c);
public static Utilities.SystemArchitecture 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 getSystemArchitectureName()
public static Utilities.SystemArchitecture getSystemArchitecture(String currentArchitecture)
public static Utilities.SystemArchitecture getCurrentSystemArchitecture()
Copyright © 2023 NoraUi. All rights reserved.