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

public final class MAN5ton extends EntityType

Entity class MAN5ton collects multiple enumeration values together. Usage: create an instance of this class with MAN5ton.createInstance() or new MAN5ton().

  • Country: Germany (DEU) = 78;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Platform = 1;
  • Category: Large Wheeled Utility Vehicle (greater than 1.25 tons) = 7;
  • SubCategory: MAN5ton = 2;
  • Specific: (none);
  • Entity type uid: 16281;
  • Online document reference: SISO-REF-010-v28 (2020-05-07).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@47c81abf.

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

    • MAN5ton

      public MAN5ton()
      Default constructor
  • Method Details

    • createInstance

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