Class VehicleLoadType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<VehicleLoadType>
com.azure.maps.route.models.VehicleLoadType

public final class VehicleLoadType extends com.azure.core.util.ExpandableStringEnum<VehicleLoadType>
Defines values for VehicleLoadType.
  • Field Details

    • US_HAZMAT_CLASS1

      public static final VehicleLoadType US_HAZMAT_CLASS1
      Static value USHazmatClass1 for VehicleLoadType.
    • US_HAZMAT_CLASS2

      public static final VehicleLoadType US_HAZMAT_CLASS2
      Static value USHazmatClass2 for VehicleLoadType.
    • US_HAZMAT_CLASS3

      public static final VehicleLoadType US_HAZMAT_CLASS3
      Static value USHazmatClass3 for VehicleLoadType.
    • US_HAZMAT_CLASS4

      public static final VehicleLoadType US_HAZMAT_CLASS4
      Static value USHazmatClass4 for VehicleLoadType.
    • US_HAZMAT_CLASS5

      public static final VehicleLoadType US_HAZMAT_CLASS5
      Static value USHazmatClass5 for VehicleLoadType.
    • US_HAZMAT_CLASS6

      public static final VehicleLoadType US_HAZMAT_CLASS6
      Static value USHazmatClass6 for VehicleLoadType.
    • US_HAZMAT_CLASS7

      public static final VehicleLoadType US_HAZMAT_CLASS7
      Static value USHazmatClass7 for VehicleLoadType.
    • US_HAZMAT_CLASS8

      public static final VehicleLoadType US_HAZMAT_CLASS8
      Static value USHazmatClass8 for VehicleLoadType.
    • US_HAZMAT_CLASS9

      public static final VehicleLoadType US_HAZMAT_CLASS9
      Static value USHazmatClass9 for VehicleLoadType.
    • OTHER_HAZMAT_EXPLOSIVE

      public static final VehicleLoadType OTHER_HAZMAT_EXPLOSIVE
      Static value otherHazmatExplosive for VehicleLoadType.
    • OTHER_HAZMAT_GENERAL

      public static final VehicleLoadType OTHER_HAZMAT_GENERAL
      Static value otherHazmatGeneral for VehicleLoadType.
    • OTHER_HAZMAT_HARMFUL_TO_WATER

      public static final VehicleLoadType OTHER_HAZMAT_HARMFUL_TO_WATER
      Static value otherHazmatHarmfulToWater for VehicleLoadType.
  • Constructor Details

    • VehicleLoadType

      public VehicleLoadType()
  • Method Details

    • fromString

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

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