Class PoliceCar

java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.afg.platform.land.PoliceCar
All Implemented Interfaces:
Serializable

public final class PoliceCar extends EntityType

Entity class PoliceCar collects multiple enumeration values together to uniquely define this entity.

Usage: create an instance of this class with PoliceCar.createInstance() or new PoliceCar().

  • Country: Afghanistan (AFG) = 1;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Utility/Emergency Car = 93;
  • SubCategory: PoliceCar = 2;
  • Specific: null (none);
  • Entity type uid: 31164;
  • Online document reference: SISO-REF-010-v34 (2024-10-15).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@2401f4c3.

See Also:
  • Constructor Details

    • PoliceCar

      public PoliceCar()
      Default constructor
  • Method Details

    • createInstance

      public static PoliceCar createInstance()
      Create a new instance of this final (unmodifiable) class
      Returns:
      copy of class for use as data