Class BGD155CICM
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.usa.munition.battlefieldsupport.BGD155CICM
- All Implemented Interfaces:
Serializable
Entity class BGD155CICM
collects multiple enumeration values together.
Usage: create an instance of this class with BGD155CICM.createInstance()
or new BGD155CICM()
.
- Country: United States of America (USA) =
225
; - Entity kind: MunitionDomain =
BATTLEFIELD_SUPPORT
; - Domain: Munition =
2
; - Category: Ballistic =
2
; - SubCategory: _155mm =
14
; - Specific: BGD155CICM =
1
; - Entity type uid: 20082;
- Online document reference: SISO-REF-010-v29 (2021-05-19).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@2487e20.
-
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 BGD155CICM
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
-
BGD155CICM
public BGD155CICM()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-