java.lang.Object
com.azure.core.util.ExpandableStringEnum<MapType>
com.azure.resourcemanager.logic.models.MapType

public final class MapType extends com.azure.core.util.ExpandableStringEnum<MapType>
The map type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MapType
    Static value Liquid for MapType.
    static final MapType
    Static value NotSpecified for MapType.
    static final MapType
    Static value Xslt for MapType.
    static final MapType
    Static value Xslt20 for MapType.
    static final MapType
    Static value Xslt30 for MapType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static MapType
    Creates or finds a MapType from its string representation.
    Gets known MapType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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.
    • LIQUID

      public static final MapType LIQUID
      Static value Liquid for MapType.
  • Constructor Details

  • 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.