GalleryExtendedLocationType Class

public final class GalleryExtendedLocationType
extends ExpandableStringEnum<GalleryExtendedLocationType>

It is type of the extended location.

Field Summary

Modifier and Type Field and Description
static final GalleryExtendedLocationType EDGE_ZONE

Static value EdgeZone for GalleryExtendedLocationType.

static final GalleryExtendedLocationType UNKNOWN

Static value Unknown for GalleryExtendedLocationType.

Constructor Summary

Constructor Description
GalleryExtendedLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GalleryExtendedLocationType value.

Method Summary

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

Creates or finds a GalleryExtendedLocationType from its string representation.

static Collection<GalleryExtendedLocationType> values()

Gets known GalleryExtendedLocationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EDGE_ZONE

public static final GalleryExtendedLocationType EDGE_ZONE

Static value EdgeZone for GalleryExtendedLocationType.

UNKNOWN

public static final GalleryExtendedLocationType UNKNOWN

Static value Unknown for GalleryExtendedLocationType.

Constructor Details

GalleryExtendedLocationType

@Deprecated
public GalleryExtendedLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of GalleryExtendedLocationType value.

Method Details

fromString

public static GalleryExtendedLocationType fromString(String name)

Creates or finds a GalleryExtendedLocationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding GalleryExtendedLocationType.

values

public static Collection values()

Gets known GalleryExtendedLocationType values.

Returns:

known GalleryExtendedLocationType values.

Applies to