Class UOF84HEI
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.rus.munition.antiguidedweapon.UOF84HEI
- All Implemented Interfaces:
Serializable
Entity class UOF84HEI
collects multiple enumeration values together.
Usage: create an instance of this class with UOF84HEI.createInstance()
or new UOF84HEI()
.
- Country: Russia (RUS) =
222
; - Entity kind: MunitionDomain =
ANTI_GUIDED_WEAPON
; - Domain: Munition =
2
; - Category: Ballistic =
2
; - SubCategory: _30mm =
1
; - Specific: UOF84HEI =
1
; - Entity type uid: 20506;
- Online document reference: SISO-REF-010-v28 (2020-05-07).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@374c3975.
-
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 UOF84HEI
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
-
UOF84HEI
public UOF84HEI()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-