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

public final class RP extends EntityType

Entity class RP collects multiple enumeration values together.

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

  • Country: Russia (RUS) = 222;
  • Entity kind: MunitionDomain = BATTLEFIELD_SUPPORT;
  • Domain: Munition = 2;
  • Category: Ballistic = 2;
  • SubCategory: _8mmgrenade = 41;
  • Specific: RP = 1;
  • Entity type uid: 20897;
  • Online document reference: SISO-REF-010-v29 (2021-05-19).

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

See Also:
Country.RUSSIA_RUS, EntityKind.MUNITION, Domain, MunitionDomain, Category, Ballistic, SubCategory, Serialized Form
  • Constructor Details

    • RP

      public RP()
      Default constructor
  • Method Details

    • createInstance

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