LocationType Class

public final class LocationType
extends ExpandableStringEnum<LocationType>

Defines values for LocationType.

Field Summary

Modifier and Type Field and Description
static final LocationType CIVIC_ADDRESS

Static value CivicAddress for LocationType.

static final LocationType NOT_REQUIRED

Static value NotRequired for LocationType.

static final LocationType SELECTION

Static value Selection for LocationType.

Constructor Summary

Constructor Description
LocationType()

Method Summary

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

Creates or finds a LocationType from its string representation.

static Collection<LocationType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CIVIC_ADDRESS

public static final LocationType CIVIC_ADDRESS

Static value CivicAddress for LocationType.

NOT_REQUIRED

public static final LocationType NOT_REQUIRED

Static value NotRequired for LocationType.

SELECTION

public static final LocationType SELECTION

Static value Selection for LocationType.

Constructor Details

LocationType

public LocationType()

Method Details

fromString

public static LocationType fromString(String name)

Creates or finds a LocationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LocationType.

values

public static Collection values()

Returns:

known LocationType values.

Applies to