Kopīgot, izmantojot


MapType Class

public final class MapType
extends ExpandableStringEnum<MapType>

The map type.

Field Summary

Modifier and Type Field and Description
static final MapType LIQUID

Static value Liquid for MapType.

static final MapType NOT_SPECIFIED

Static value NotSpecified for MapType.

static final MapType XSLT

Static value Xslt for MapType.

static final MapType XSLT20

Static value Xslt20 for MapType.

static final MapType XSLT30

Static value Xslt30 for MapType.

Constructor Summary

Constructor Description
MapType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MapType value.

Method Summary

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

Creates or finds a MapType from its string representation.

static Collection<MapType> values()

Gets known MapType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LIQUID

public static final MapType LIQUID

Static value Liquid for MapType.

NOT_SPECIFIED

public static final MapType NOT_SPECIFIED

Static value NotSpecified for MapType.

XSLT

public static final MapType XSLT

Static value Xslt for MapType.

XSLT20

public static final MapType XSLT20

Static value Xslt20 for MapType.

XSLT30

public static final MapType XSLT30

Static value Xslt30 for MapType.

Constructor Details

MapType

@Deprecated
public MapType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MapType value.

Method Details

fromString

public static MapType fromString(String name)

Creates or finds a MapType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MapType.

values

public static Collection<MapType> values()

Gets known MapType values.

Returns:

known MapType values.

Applies to