ScriptOutputStreamType Class

public final class ScriptOutputStreamType
extends ExpandableStringEnum<ScriptOutputStreamType>

Script Output Stream type.

Field Summary

Modifier and Type Field and Description
static final ScriptOutputStreamType ERROR

is error.

static final ScriptOutputStreamType INFORMATION

is information.

static final ScriptOutputStreamType OUTPUT

is output.

static final ScriptOutputStreamType WARNING

is warning.

Constructor Summary

Constructor Description
ScriptOutputStreamType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScriptOutputStreamType value.

Method Summary

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

Creates or finds a ScriptOutputStreamType from its string representation.

static Collection<ScriptOutputStreamType> values()

Gets known ScriptOutputStreamType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ERROR

public static final ScriptOutputStreamType ERROR

is error.

INFORMATION

public static final ScriptOutputStreamType INFORMATION

is information.

OUTPUT

public static final ScriptOutputStreamType OUTPUT

is output.

WARNING

public static final ScriptOutputStreamType WARNING

is warning.

Constructor Details

ScriptOutputStreamType

@Deprecated
public ScriptOutputStreamType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScriptOutputStreamType value.

Method Details

fromString

public static ScriptOutputStreamType fromString(String name)

Creates or finds a ScriptOutputStreamType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScriptOutputStreamType.

values

public static Collection<ScriptOutputStreamType> values()

Gets known ScriptOutputStreamType values.

Returns:

known ScriptOutputStreamType values.

Applies to