public static enum PlatformUtil.OsFamily extends Enum<PlatformUtil.OsFamily>
| Modifier and Type | Method and Description |
|---|---|
static PlatformUtil.OsFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformUtil.OsFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformUtil.OsFamily Windows
public static final PlatformUtil.OsFamily Linux
public static final PlatformUtil.OsFamily macOS
public static PlatformUtil.OsFamily[] values()
for (PlatformUtil.OsFamily c : PlatformUtil.OsFamily.values()) System.out.println(c);
public static PlatformUtil.OsFamily 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 nullCopyright © 2022 HEBI Robotics. All rights reserved.