Class SS502Unryu
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.jpn.platform.subsurface.SS502Unryu
- All Implemented Interfaces:
Serializable
Entity class SS502Unryu
collects multiple enumeration values together.
Usage: create an instance of this class with SS502Unryu.createInstance()
or new SS502Unryu()
.
- Country: Japan (JPN) =
110
; - Entity kind: PlatformDomain =
SUBSURFACE
; - Domain: Platform =
1
; - Category: SSP (Attack Submarine - Diesel Air-Independent Propulsion) =
11
; - SubCategory: SoryuClass =
1
; - Specific: SS502Unryu =
2
; - Entity type uid: 31803;
- Online document reference: SISO-REF-010-v29 (2021-05-19).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SpecificElem@4b4dd216.
-
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 SS502Unryu
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
-
SS502Unryu
public SS502Unryu()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-