Class X12TimeFormat

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

public final class X12TimeFormat extends com.azure.core.util.ExpandableStringEnum<X12TimeFormat>
The x12 time format.
  • Field Details

    • NOT_SPECIFIED

      public static final X12TimeFormat NOT_SPECIFIED
      Static value NotSpecified for X12TimeFormat.
    • HHMM

      public static final X12TimeFormat HHMM
      Static value HHMM for X12TimeFormat.
    • HHMMSS

      public static final X12TimeFormat HHMMSS
      Static value HHMMSS for X12TimeFormat.
    • HHMMSSDD

      public static final X12TimeFormat HHMMSSDD
      Static value HHMMSSdd for X12TimeFormat.
    • HHMMSSD

      public static final X12TimeFormat HHMMSSD
      Static value HHMMSSd for X12TimeFormat.
  • Constructor Details

    • X12TimeFormat

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

    • fromString

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

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