OsTypeUM Class

public final class OsTypeUM
extends ExpandableStringEnum<OsTypeUM>

Defines values for OsTypeUM.

Field Summary

Modifier and Type Field and Description
static final OsTypeUM LINUX

Static value Linux for OsTypeUM.

static final OsTypeUM WINDOWS

Static value Windows for OsTypeUM.

Constructor Summary

Constructor Description
OsTypeUM()

Method Summary

Modifier and Type Method and Description
static OsTypeUM fromString(String name)

Creates or finds a OsTypeUM from its string representation.

static Collection<OsTypeUM> values()

Gets known OsTypeUM values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LINUX

public static final OsTypeUM LINUX

Static value Linux for OsTypeUM.

WINDOWS

public static final OsTypeUM WINDOWS

Static value Windows for OsTypeUM.

Constructor Details

OsTypeUM

public OsTypeUM()

Method Details

fromString

public static OsTypeUM fromString(String name)

Creates or finds a OsTypeUM from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OsTypeUM.

values

public static Collection<OsTypeUM> values()

Gets known OsTypeUM values.

Returns:

known OsTypeUM values.

Applies to