Class GenericMediumHelicopterSingleRotorPistonEngine

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

public final class GenericMediumHelicopterSingleRotorPistonEngine extends EntityType

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

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Platform = 1;
  • Category: Civilian Helicopter, Medium (up to 20,000 lbs / 9,072 kg) = 91;
  • SubCategory: GenericMediumHelicopterSingleRotorPistonEngine = 11;
  • Specific: (none);
  • Entity type uid: 24724;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@353efdbf.

See Also:
  • Constructor Details

    • GenericMediumHelicopterSingleRotorPistonEngine

      public GenericMediumHelicopterSingleRotorPistonEngine()
      Default constructor
  • Method Details