NotebookParameterType Class

public final class NotebookParameterType
extends ExpandableStringEnum<NotebookParameterType>

Notebook parameter type.

Field Summary

Modifier and Type Field and Description
static final NotebookParameterType BOOL

Static value bool for NotebookParameterType.

static final NotebookParameterType FLOAT

Static value float for NotebookParameterType.

static final NotebookParameterType INT

Static value int for NotebookParameterType.

static final NotebookParameterType STRING

Static value string for NotebookParameterType.

Constructor Summary

Constructor Description
NotebookParameterType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NotebookParameterType value.

Method Summary

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

Creates or finds a NotebookParameterType from its string representation.

static Collection<NotebookParameterType> values()

Gets known NotebookParameterType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BOOL

public static final NotebookParameterType BOOL

Static value bool for NotebookParameterType.

FLOAT

public static final NotebookParameterType FLOAT

Static value float for NotebookParameterType.

INT

public static final NotebookParameterType INT

Static value int for NotebookParameterType.

STRING

public static final NotebookParameterType STRING

Static value string for NotebookParameterType.

Constructor Details

NotebookParameterType

@Deprecated
public NotebookParameterType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NotebookParameterType value.

Method Details

fromString

public static NotebookParameterType fromString(String name)

Creates or finds a NotebookParameterType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NotebookParameterType.

values

public static Collection<NotebookParameterType> values()

Gets known NotebookParameterType values.

Returns:

known NotebookParameterType values.

Applies to