Class M142HIMARSGMLRSLauncher
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.usa.platform.land.M142HIMARSGMLRSLauncher
- All Implemented Interfaces:
Serializable
Entity class M142HIMARSGMLRSLauncher
collects multiple enumeration values together to uniquely define this entity.
Usage: create an instance of this class with M142HIMARSGMLRSLauncher.createInstance()
or new M142HIMARSGMLRSLauncher()
.
- Country: United States of America (USA) =
225
; - Entity kind: PlatformDomain =
LAND
; - Domain: Platform =
1
; - Category: Self-Propelled Artillery =
4
; - SubCategory: HIMARS =
24
; - Specific: M142HIMARSGMLRSLauncher =
1
; - Entity type uid: 34284;
- Online document reference: SISO-REF-010-v33 (2024-05-29).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@230a73f2.
- 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 M142HIMARSGMLRSLauncher
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, hashCode, marshal, marshal, setCategory, setCategory, setCountry, setDomain, setEntityKind, setExtra, setExtra, setSpecific, setSpecific, setSubCategory, setSubCategory, toString, unmarshal, unmarshal
-
Constructor Details
-
M142HIMARSGMLRSLauncher
public M142HIMARSGMLRSLauncher()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-