Class SchemaType

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

public final class SchemaType extends com.azure.core.util.ExpandableStringEnum<SchemaType>
The schema type.
  • Field Details

    • NOT_SPECIFIED

      public static final SchemaType NOT_SPECIFIED
      Static value NotSpecified for SchemaType.
    • XML

      public static final SchemaType XML
      Static value Xml for SchemaType.
  • Constructor Details

  • Method Details

    • fromString

      public static SchemaType fromString(String name)
      Creates or finds a SchemaType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SchemaType.
    • values

      public static Collection<SchemaType> values()
      Gets known SchemaType values.
      Returns:
      known SchemaType values.