Class Mk39Mod1EMATT
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.usa.platform.subsurface.Mk39Mod1EMATT
- All Implemented Interfaces:
Serializable
Entity class Mk39Mod1EMATT
collects multiple enumeration values together to uniquely define this entity.
Usage: create an instance of this class with Mk39Mod1EMATT.createInstance()
or new Mk39Mod1EMATT()
.
- Country: United States of America (USA) =
225
; - Entity kind: PlatformDomain =
SUBSURFACE
; - Domain: Platform =
1
; - Category: Unmanned Underwater Vehicle (UUV) =
8
; - SubCategory: AutonomousUnderwaterVehicleAUV =
1
; - Specific: Mk39Mod1EMATT =
2
; - Entity type uid: 29663;
- Online document reference: SISO-REF-010-v31 (2022-10-08).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@3ccb12d.
- See Also:
-
Field Summary
Fields inherited from class edu.nps.moves.dis7.pdus.EntityType
category, country, domain, entityKind, extra, specific, subCategory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Mk39Mod1EMATT
Create a new instance of this final (unmodifiable) classMethods inherited from class edu.nps.moves.dis7.pdus.EntityType
equals, equalsImpl, getCategory, getCountry, getDomain, getEntityKind, getExtra, getMarshalledSize, getSpecific, getSubCategory, marshal, marshal, setCategory, setCategory, setCountry, setDomain, setEntityKind, setExtra, setExtra, setSpecific, setSpecific, setSubCategory, setSubCategory, toString, unmarshal, unmarshal
-
Constructor Details
-
Mk39Mod1EMATT
public Mk39Mod1EMATT()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-