RegionType Class

public final class RegionType
extends ExpandableStringEnum<RegionType>

The type of the region.

Field Summary

Modifier and Type Field and Description
static final RegionType LOGICAL

Static value Logical for RegionType.

static final RegionType PHYSICAL

Static value Physical for RegionType.

Constructor Summary

Constructor Description
RegionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RegionType value.

Method Summary

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

Creates or finds a RegionType from its string representation.

static Collection<RegionType> values()

Gets known RegionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LOGICAL

public static final RegionType LOGICAL

Static value Logical for RegionType.

PHYSICAL

public static final RegionType PHYSICAL

Static value Physical for RegionType.

Constructor Details

RegionType

@Deprecated
public RegionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RegionType value.

Method Details

fromString

public static RegionType fromString(String name)

Creates or finds a RegionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RegionType.

values

public static Collection values()

Gets known RegionType values.

Returns:

known RegionType values.

Applies to