Enum ReroutingManagementTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<ReroutingManagementTypeEnum>

    public enum ReroutingManagementTypeEnum
    extends Enum<ReroutingManagementTypeEnum>

    Java class for ReroutingManagementTypeEnum.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="ReroutingManagementTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="doNotFollowDiversionSigns"/>
         <enumeration value="doNotUseEntry"/>
         <enumeration value="doNotUseExit"/>
         <enumeration value="doNotUseIntersectionOrJunction"/>
         <enumeration value="followDiversionSigns"/>
         <enumeration value="followLocalDiversion"/>
         <enumeration value="followSpecialMarkers"/>
         <enumeration value="useEntry"/>
         <enumeration value="useExit"/>
         <enumeration value="useIntersectionOrJunction"/>
       </restriction>
     </simpleType>