Class CapeByron

java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.aus.platform.surface.CapeByron
All Implemented Interfaces:
Serializable

public final class CapeByron extends EntityType

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

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

  • Country: Australia (AUS) = 13;
  • Entity kind: PlatformDomain = SURFACE;
  • Domain: Platform = 1;
  • Category: Light/Patrol Craft = 7;
  • SubCategory: CapeClassPatrolBoat = 5;
  • Specific: CapeByron = 2;
  • Entity type uid: 29582;
  • Online document reference: SISO-REF-010-v34 (2024-10-15).

Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@51081592.

See Also:
  • Constructor Details

    • CapeByron

      public CapeByron()
      Default constructor
  • Method Details

    • createInstance

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