java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.oth.lifeform.air.Duck
All Implemented Interfaces:
Serializable

public final class Duck extends EntityType

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

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = AIR;
  • Domain: Life form = 3;
  • Category: Bird = 200;
  • SubCategory: Duck = 13;
  • Specific: null (none);
  • Entity type uid: 32259;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@7e3d168e.

See Also:
  • Constructor Details

    • Duck

      public Duck()
      Default constructor
  • Method Details

    • createInstance

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