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

public final class BTR82AM extends EntityType

Entity class BTR82AM collects multiple enumeration values together.

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

  • Country: Russia (RUS) = 222;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Armored Fighting Vehicle = 2;
  • SubCategory: BTR82 = 22;
  • Specific: BTR82AM = 2;
  • Entity type uid: 33166;
  • Online document reference: SISO-REF-010-v29 (2021-05-19).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@2a22ad2b.

See Also:
Country.RUSSIA_RUS, EntityKind.PLATFORM, Domain, PlatformDomain, Category, ArmoredFightingVehicle, SubCategory, Serialized Form
  • Constructor Details

    • BTR82AM

      public BTR82AM()
      Default constructor
  • Method Details

    • createInstance

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