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

public final class Trailervan extends EntityType

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

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

  • Country: Russia (RUS) = 222;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Cargo Trailer = 14;
  • SubCategory: _50210ton = 4;
  • Specific: Trailervan = 1;
  • Entity type uid: 22972;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

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

See Also:
  • Constructor Details

    • Trailervan

      public Trailervan()
      Default constructor
  • Method Details

    • createInstance

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