MatchedBlockName Class

public final class MatchedBlockName
extends ExpandableStringEnum<MatchedBlockName>

Represents the condition block name that matched blob properties.

Field Summary

Modifier and Type Field and Description
static final MatchedBlockName ELSE

Static value Else for MatchedBlockName.

static final MatchedBlockName IF

Static value If for MatchedBlockName.

static final MatchedBlockName NONE

Static value None for MatchedBlockName.

Constructor Summary

Constructor Description
MatchedBlockName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MatchedBlockName value.

Method Summary

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

Creates or finds a MatchedBlockName from its string representation.

static Collection<MatchedBlockName> values()

Gets known MatchedBlockName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ELSE

public static final MatchedBlockName ELSE

Static value Else for MatchedBlockName.

IF

public static final MatchedBlockName IF

Static value If for MatchedBlockName.

NONE

public static final MatchedBlockName NONE

Static value None for MatchedBlockName.

Constructor Details

MatchedBlockName

@Deprecated
public MatchedBlockName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MatchedBlockName value.

Method Details

fromString

public static MatchedBlockName fromString(String name)

Creates or finds a MatchedBlockName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MatchedBlockName.

values

public static Collection<MatchedBlockName> values()

Gets known MatchedBlockName values.

Returns:

known MatchedBlockName values.

Applies to