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

public final class Boa extends EntityType

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Life form = 3;
  • Category: Reptile = 201;
  • SubCategory: Boa = 31;
  • Specific: (none);
  • Entity type uid: 32243;
  • Online document reference: SISO-REF-010-v28 (2020-05-07).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@2036f83.

See Also:
Country.OTHER, EntityKind.LIFE_FORM, Domain, PlatformDomain, Category, Reptile, SubCategory, Serialized Form
  • Constructor Details

    • Boa

      public Boa()
      Default constructor
  • Method Details

    • createInstance

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