ScriptExecutionParameterType Class

public final class ScriptExecutionParameterType
extends ExpandableStringEnum<ScriptExecutionParameterType>

script execution parameter type.

Field Summary

Modifier and Type Field and Description
static final ScriptExecutionParameterType CREDENTIAL

Static value Credential for ScriptExecutionParameterType.

static final ScriptExecutionParameterType SECURE_VALUE

Static value SecureValue for ScriptExecutionParameterType.

static final ScriptExecutionParameterType VALUE

Static value Value for ScriptExecutionParameterType.

Constructor Summary

Constructor Description
ScriptExecutionParameterType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScriptExecutionParameterType value.

Method Summary

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

Creates or finds a ScriptExecutionParameterType from its string representation.

static Collection<ScriptExecutionParameterType> values()

Gets known ScriptExecutionParameterType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CREDENTIAL

public static final ScriptExecutionParameterType CREDENTIAL

Static value Credential for ScriptExecutionParameterType.

SECURE_VALUE

public static final ScriptExecutionParameterType SECURE_VALUE

Static value SecureValue for ScriptExecutionParameterType.

VALUE

public static final ScriptExecutionParameterType VALUE

Static value Value for ScriptExecutionParameterType.

Constructor Details

ScriptExecutionParameterType

@Deprecated
public ScriptExecutionParameterType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScriptExecutionParameterType value.

Method Details

fromString

public static ScriptExecutionParameterType fromString(String name)

Creates or finds a ScriptExecutionParameterType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScriptExecutionParameterType.

values

public static Collection<ScriptExecutionParameterType> values()

Gets known ScriptExecutionParameterType values.

Returns:

known ScriptExecutionParameterType values.

Applies to