java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.oth.supply.class4constructionmaterials.NailsBox
All Implemented Interfaces:
Serializable

public final class NailsBox extends EntityType

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

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

  • Country: Other = 0;
  • Entity kind: SupplyDomain = CLASS_4_CONSTRUCTION_MATERIALS;
  • Domain: Supply = 6;
  • Category: A - Construction = 2;
  • SubCategory: NailsBox = 1;
  • Specific: null (none);
  • Entity type uid: 30691;
  • Online document reference: SISO-REF-010-v31 (2022-10-08).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@75959b0c.

See Also:
  • Constructor Details

    • NailsBox

      public NailsBox()
      Default constructor
  • Method Details

    • createInstance

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