Class RoundingMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoundingMode>
com.azure.analytics.purview.datamap.models.RoundingMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class RoundingMode extends com.azure.core.util.ExpandableStringEnum<RoundingMode>
Rounding Mode.
  • Field Details

  • Constructor Details

    • RoundingMode

      @Deprecated public RoundingMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RoundingMode value.
  • Method Details

    • fromString

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

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