public final class OS extends ExpandableStringEnum<OS>
| Modifier and Type | Field and Description |
|---|---|
static OS |
LINUX
Static value Linux for OS.
|
static OS |
WINDOWS
Static value Windows for OS.
|
| Constructor and Description |
|---|
OS() |
| Modifier and Type | Method and Description |
|---|---|
static OS |
fromString(String name)
Creates or finds a OS from its string representation.
|
static Collection<OS> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final OS WINDOWS
public static final OS LINUX
public static OS fromString(String name)
name - a name to look forpublic static Collection<OS> values()
Copyright © 2019. All rights reserved.