MapType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. logic. models. MapType
- com.
- com.
public final class MapType
extends ExpandableStringEnum<MapType>
The map type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Map |
LIQUID
Static value Liquid for Map |
|
static final
Map |
NOT_SPECIFIED
Static value Not |
|
static final
Map |
XSLT
Static value Xslt for Map |
|
static final
Map |
XSLT20
Static value Xslt20 for Map |
|
static final
Map |
XSLT30
Static value Xslt30 for Map |
Constructor Summary
| Constructor | Description |
|---|---|
| MapType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Map |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Map |
fromString(String name)
Creates or finds a Map |
|
static
Collection<Map |
values()
Gets known Map |
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
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:
Returns:
values
public static Collection<MapType> values()
Gets known MapType values.
Returns: