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

public final class HV22B extends EntityType

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

  • Country: United States of America (USA) = 225;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Platform = 1;
  • Category: Cargo/Tanker = 4;
  • SubCategory: BellBoeingV22Osprey = 17;
  • Specific: HV22B = 22;
  • Entity type uid: 10954;
  • Online document reference: SISO-REF-010-v28 (2020-05-07).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@5e230fc6.

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

    • HV22B

      public HV22B()
      Default constructor
  • Method Details

    • createInstance

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