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

public final class A5 extends EntityType

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

  • Country: Germany (DEU) = 78;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Tank = 1;
  • SubCategory: Leopard1MBT = 1;
  • Specific: A5 = 5;
  • Entity type uid: 16246;
  • Online document reference: SISO-REF-010-v28 (2020-05-07).

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

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

    • A5

      public A5()
      Default constructor
  • Method Details

    • createInstance

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