Class ASLAVCCommand

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

public final class ASLAVCCommand extends EntityType

Entity class ASLAVCCommand collects multiple enumeration values together.

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

  • Country: Australia (AUS) = 13;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Armored Utility Vehicle = 3;
  • SubCategory: AustralianUtilityLightArmoredVehicleLAV = 1;
  • Specific: ASLAVCCommand = 1;
  • Entity type uid: 26908;
  • Online document reference: SISO-REF-010-v29 (2021-05-19).

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

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

    • ASLAVCCommand

      public ASLAVCCommand()
      Default constructor
  • Method Details

    • createInstance

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