java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.rus.munition.antisubmarine.Type3
All Implemented Interfaces:
Serializable

public final class Type3 extends EntityType

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

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

  • Country: Russia (RUS) = 222;
  • Entity kind: MunitionDomain = ANTI_SUBMARINE;
  • Domain: Munition = 2;
  • Category: Guided = 1;
  • SubCategory: _533mmTorpedo = 5;
  • Specific: Type3 = 1;
  • Entity type uid: 20612;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

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

See Also:
  • Constructor Details

    • Type3

      public Type3()
      Default constructor
  • Method Details

    • createInstance

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