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

public final class Goat extends EntityType

Entity class Goat collects multiple enumeration values together.

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

  • Country: Other = 0;
  • Entity kind: PlatformDomain = LAND;
  • Domain: Life form = 3;
  • Category: Mammal = 200;
  • SubCategory: Goat = 41;
  • Specific: (none);
  • Entity type uid: 32228;
  • Online document reference: SISO-REF-010-v29 (2021-05-19).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@26d73519.

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

    • Goat

      public Goat()
      Default constructor
  • Method Details

    • createInstance

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