ExtendedLocationType Class

public final class ExtendedLocationType
extends ExpandableStringEnum<ExtendedLocationType>

The type of the extended location.

Field Summary

Modifier and Type Field and Description
static final ExtendedLocationType EDGE_ZONE

Static value EdgeZone for ExtendedLocationType.

Constructor Summary

Constructor Description
ExtendedLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExtendedLocationType value.

Method Summary

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

Creates or finds a ExtendedLocationType from its string representation.

static Collection<ExtendedLocationType> values()

Gets known ExtendedLocationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EDGE_ZONE

public static final ExtendedLocationType EDGE_ZONE

Static value EdgeZone for ExtendedLocationType.

Constructor Details

ExtendedLocationType

@Deprecated
public ExtendedLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExtendedLocationType value.

Method Details

fromString

public static ExtendedLocationType fromString(String name)

Creates or finds a ExtendedLocationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExtendedLocationType.

values

public static Collection values()

Gets known ExtendedLocationType values.

Returns:

known ExtendedLocationType values.

Applies to