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