Enum DisturbanceActivityTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<DisturbanceActivityTypeEnum>

    public enum DisturbanceActivityTypeEnum
    extends Enum<DisturbanceActivityTypeEnum>

    Java class for DisturbanceActivityTypeEnum.

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

     <simpleType name="DisturbanceActivityTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="airRaid"/>
         <enumeration value="altercationOfVehicleOccupants"/>
         <enumeration value="assault"/>
         <enumeration value="assetDestruction"/>
         <enumeration value="attack"/>
         <enumeration value="bombAlert"/>
         <enumeration value="civilEmergency"/>
         <enumeration value="crowd"/>
         <enumeration value="demonstration"/>
         <enumeration value="evacuation"/>
         <enumeration value="explosion"/>
         <enumeration value="explosionHazard"/>
         <enumeration value="filterBlockade"/>
         <enumeration value="goSlowOperation"/>
         <enumeration value="gunfireOnRoadway"/>
         <enumeration value="illVehicleOccupants"/>
         <enumeration value="march"/>
         <enumeration value="procession"/>
         <enumeration value="publicDisturbance"/>
         <enumeration value="sabotage"/>
         <enumeration value="securityAlert"/>
         <enumeration value="securityIncident"/>
         <enumeration value="sightseersObstructingAccess"/>
         <enumeration value="strike"/>
         <enumeration value="terroristIncident"/>
         <enumeration value="theft"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>
     
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AIR_RAID
      A situation relating to any threat from foreign air power.
      ALTERCATION_OF_VEHICLE_OCCUPANTS
      An altercation (argument, dispute or fight) between two or more vehicle occupants.
      ASSAULT
      A situation where an assault has taken place on one or more persons.
      ASSET_DESTRUCTION
      A situation where assets of one or more persons or authorities have been destroyed.
      ATTACK
      A situation where an attack on a group of people or properties has taken place.
      BOMB_ALERT
      A situation where a suspected or actual explosive or incendiary devices may cause disruption to traffic.
      CIVIL_EMERGENCY
      A situation, perceived or actual, relating to a civil emergency which could disrupt traffic.
      CROWD
      A major gathering of people that could disrupt traffic.
      DEMONSTRATION
      A public protest with the potential to disrupt traffic.
      EVACUATION
      A situation where a definite area is being cleared due to dangerous conditions or for security reasons.
      EXPLOSION
      A situation where an explosive or incendiary device has gone off.
      EXPLOSION_HAZARD
      A situation where there is danger of an explosion which may cause disruption to traffic.
      FILTER_BLOCKADE
      A manned blockade of a road where only certain vehicles are allowed through.
      GO_SLOW_OPERATION
      As a form of protest, several vehicles are driving in a convoy at a low speed which is affecting the normal traffic flow.
      GUNFIRE_ON_ROADWAY
      A situation involving gunfire, perceived or actual, on or near the roadway through an act of terrorism or crime, which could disrupt traffic.
      ILL_VEHICLE_OCCUPANTS
      One or more occupants of a vehicle are seriously ill, possibly requiring specialist services or assistance.This may disrupt normal traffic flow.
      MARCH
      A situation where people are walking together in large groups for a common purpose, with potential to disrupt traffic.
      OTHER
      Other than as defined in this enumeration.
      PROCESSION
      An organised procession which could disrupt traffic.
      PUBLIC_DISTURBANCE
      A situation of public disorder, with potential to disrupt traffic.
      SABOTAGE
      A situation resulting from any act of sabotage.
      SECURITY_ALERT
      An official response to a perceived or actual threat of crime or terrorism, which could disrupt traffic.
      SECURITY_INCIDENT
      A situation related to a perceived or actual threat of crime or terrorism, which could disrupt traffic.
      SIGHTSEERS_OBSTRUCTING_ACCESS
      Attendees or sightseers to reported event(s) causing obstruction to access.
      STRIKE
      A situation resulting from industrial action that could disrupt traffic.
      TERRORIST_INCIDENT
      A situation related to a perceived or actual threat of terrorism, which could disrupt traffic.
      THEFT
      A situation where assets of one or more persons or authorities have been stollen.
    • Enum Constant Detail

      • ALTERCATION_OF_VEHICLE_OCCUPANTS

        public static final DisturbanceActivityTypeEnum ALTERCATION_OF_VEHICLE_OCCUPANTS
        An altercation (argument, dispute or fight) between two or more vehicle occupants.
      • ASSAULT

        public static final DisturbanceActivityTypeEnum ASSAULT
        A situation where an assault has taken place on one or more persons.
      • ASSET_DESTRUCTION

        public static final DisturbanceActivityTypeEnum ASSET_DESTRUCTION
        A situation where assets of one or more persons or authorities have been destroyed.
      • ATTACK

        public static final DisturbanceActivityTypeEnum ATTACK
        A situation where an attack on a group of people or properties has taken place.
      • BOMB_ALERT

        public static final DisturbanceActivityTypeEnum BOMB_ALERT
        A situation where a suspected or actual explosive or incendiary devices may cause disruption to traffic.
      • CIVIL_EMERGENCY

        public static final DisturbanceActivityTypeEnum CIVIL_EMERGENCY
        A situation, perceived or actual, relating to a civil emergency which could disrupt traffic. This includes large scale destruction, through events such as earthquakes, insurrection, and civil disobedience.
      • EVACUATION

        public static final DisturbanceActivityTypeEnum EVACUATION
        A situation where a definite area is being cleared due to dangerous conditions or for security reasons.
      • EXPLOSION

        public static final DisturbanceActivityTypeEnum EXPLOSION
        A situation where an explosive or incendiary device has gone off.
      • EXPLOSION_HAZARD

        public static final DisturbanceActivityTypeEnum EXPLOSION_HAZARD
        A situation where there is danger of an explosion which may cause disruption to traffic.
      • FILTER_BLOCKADE

        public static final DisturbanceActivityTypeEnum FILTER_BLOCKADE
        A manned blockade of a road where only certain vehicles are allowed through.
      • GO_SLOW_OPERATION

        public static final DisturbanceActivityTypeEnum GO_SLOW_OPERATION
        As a form of protest, several vehicles are driving in a convoy at a low speed which is affecting the normal traffic flow.
      • GUNFIRE_ON_ROADWAY

        public static final DisturbanceActivityTypeEnum GUNFIRE_ON_ROADWAY
        A situation involving gunfire, perceived or actual, on or near the roadway through an act of terrorism or crime, which could disrupt traffic.
      • ILL_VEHICLE_OCCUPANTS

        public static final DisturbanceActivityTypeEnum ILL_VEHICLE_OCCUPANTS
        One or more occupants of a vehicle are seriously ill, possibly requiring specialist services or assistance.This may disrupt normal traffic flow.
      • MARCH

        public static final DisturbanceActivityTypeEnum MARCH
        A situation where people are walking together in large groups for a common purpose, with potential to disrupt traffic.
      • PUBLIC_DISTURBANCE

        public static final DisturbanceActivityTypeEnum PUBLIC_DISTURBANCE
        A situation of public disorder, with potential to disrupt traffic.
      • SECURITY_ALERT

        public static final DisturbanceActivityTypeEnum SECURITY_ALERT
        An official response to a perceived or actual threat of crime or terrorism, which could disrupt traffic.
      • SECURITY_INCIDENT

        public static final DisturbanceActivityTypeEnum SECURITY_INCIDENT
        A situation related to a perceived or actual threat of crime or terrorism, which could disrupt traffic.
      • SIGHTSEERS_OBSTRUCTING_ACCESS

        public static final DisturbanceActivityTypeEnum SIGHTSEERS_OBSTRUCTING_ACCESS
        Attendees or sightseers to reported event(s) causing obstruction to access.
      • STRIKE

        public static final DisturbanceActivityTypeEnum STRIKE
        A situation resulting from industrial action that could disrupt traffic.
      • TERRORIST_INCIDENT

        public static final DisturbanceActivityTypeEnum TERRORIST_INCIDENT
        A situation related to a perceived or actual threat of terrorism, which could disrupt traffic.
      • THEFT

        public static final DisturbanceActivityTypeEnum THEFT
        A situation where assets of one or more persons or authorities have been stollen.
    • Method Detail

      • values

        public static DisturbanceActivityTypeEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (DisturbanceActivityTypeEnum c : DisturbanceActivityTypeEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DisturbanceActivityTypeEnum valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • value

        public String value()