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

public final class OrcaWhale extends EntityType

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

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = SUBSURFACE;
  • Domain: Life form = 3;
  • Category: Mammal = 201;
  • SubCategory: OrcaWhale = 19;
  • Specific: (none);
  • Entity type uid: 32272;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@23d0944b.

See Also:
  • Constructor Details

    • OrcaWhale

      public OrcaWhale()
      Default constructor
  • Method Details

    • createInstance

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