|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OperatingSystemIdentificationType>
org.arakhne.vmutil.OperatingSystemIdentificationType
public enum OperatingSystemIdentificationType
Types of identification of the operating system.
| Enum Constant Summary | |
|---|---|
BIOS
Identification comes from the BIOS. |
|
DONGLE
Identification comes from a dongle. |
|
HARD_DISK
Identification comes from the hard disk. |
|
NETWORK_CARD
Identification comes from the network card. |
|
OPERATING_SYSTEM
Identification comes from the Operating System itself. |
|
| Method Summary | |
|---|---|
static OperatingSystemIdentificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperatingSystemIdentificationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OperatingSystemIdentificationType BIOS
public static final OperatingSystemIdentificationType OPERATING_SYSTEM
public static final OperatingSystemIdentificationType HARD_DISK
public static final OperatingSystemIdentificationType NETWORK_CARD
public static final OperatingSystemIdentificationType DONGLE
| Method Detail |
|---|
public static OperatingSystemIdentificationType[] values()
for (OperatingSystemIdentificationType c : OperatingSystemIdentificationType.values()) System.out.println(c);
public static OperatingSystemIdentificationType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||