java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.deu.platform.air.CH53GA
All Implemented Interfaces:
Serializable

public final class CH53GA extends EntityType

Entity class CH53GA collects multiple enumeration values together. Usage: create an instance of this class with CH53GA.createInstance() or new CH53GA().

  • Country: Germany (DEU) = 78;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Platform = 1;
  • Category: Utility Helicopter = 21;
  • SubCategory: SikorskyS65A = 9;
  • Specific: CH53GA = 4;
  • Entity type uid: 28036;
  • Online document reference: SISO-REF-010-v28 (2020-05-07).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@79c97cb.

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

    • CH53GA

      public CH53GA()
      Default constructor
  • Method Details

    • createInstance

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