java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.oth.culturalfeature.land.Machinegun
All Implemented Interfaces:
Serializable

public final class Machinegun extends EntityType

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

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Cultural feature = 5;
  • Category: Prepared positions = 7;
  • SubCategory: Machinegun = 6;
  • Specific: null (none);
  • Entity type uid: 22001;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@43d6262c.

See Also:
  • Constructor Details

    • Machinegun

      public Machinegun()
      Default constructor
  • Method Details

    • createInstance

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