Class M59

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

public final class M59 extends EntityType

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

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

  • Country: United States of America (USA) = 225;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Engineer Equipment = 18;
  • SubCategory: M58M59MineClearingChargeMICLICTowed = 42;
  • Specific: M59 = 3;
  • Entity type uid: 35703;
  • Online document reference: SISO-REF-010-v34 (2024-10-15).

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

See Also:
  • Constructor Details

    • M59

      public M59()
      Default constructor
  • Method Details

    • createInstance

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