java.lang.Object
com.azure.core.util.ExpandableStringEnum<ObjectType>
com.azure.resourcemanager.datamigration.models.ObjectType

public final class ObjectType extends com.azure.core.util.ExpandableStringEnum<ObjectType>
An enumeration of type of objects.
  • Field Details

    • STORED_PROCEDURES

      public static final ObjectType STORED_PROCEDURES
      Static value StoredProcedures for ObjectType.
    • TABLE

      public static final ObjectType TABLE
      Static value Table for ObjectType.
    • USER

      public static final ObjectType USER
      Static value User for ObjectType.
    • VIEW

      public static final ObjectType VIEW
      Static value View for ObjectType.
    • FUNCTION

      public static final ObjectType FUNCTION
      Static value Function for ObjectType.
  • Constructor Details

  • Method Details

    • fromString

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

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