Class OceanShield

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

public final class OceanShield extends EntityType

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

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

  • Country: Australia (AUS) = 13;
  • Entity kind: PlatformDomain = SURFACE;
  • Domain: Platform = 1;
  • Category: Coast Guard Cutters = 62;
  • SubCategory: AustralianBorderForceCutters = 1;
  • Specific: OceanShield = 2;
  • Entity type uid: 30374;
  • Online document reference: SISO-REF-010-v34 (2024-10-15).

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

See Also:
  • Constructor Details

    • OceanShield

      public OceanShield()
      Default constructor
  • Method Details

    • createInstance

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