java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.ind.platform.surface.Poshak
All Implemented Interfaces:
Serializable

public final class Poshak extends EntityType

Entity class Poshak collects multiple enumeration values together.

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

  • Country: India (IND) = 99;
  • Entity kind: PlatformDomain = SURFACE;
  • Domain: Platform = 1;
  • Category: Auxiliary = 16;
  • SubCategory: SupportTankerAOTL = 4;
  • Specific: Poshak = 1;
  • Entity type uid: 18855;
  • Online document reference: SISO-REF-010-v29 (2021-05-19).

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

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

    • Poshak

      public Poshak()
      Default constructor
  • Method Details

    • createInstance

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