Class Duck
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.oth.lifeform.air.Duck
- All Implemented Interfaces:
Serializable
Entity class Duck
collects multiple enumeration values together to uniquely define this entity.
Usage: create an instance of this class with Duck.createInstance()
or new Duck()
.
- Country: Other =
0
; - Entity kind: PlatformDomain =
AIR
; - Domain: Life form =
3
; - Category: Bird =
200
; - SubCategory: Duck =
13
; - Specific: null
(none)
; - Entity type uid: 32259;
- Online document reference: SISO-REF-010-v33-DRAFT-20231217-d10 (2023-12-17).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$SubCategoryElem@2ce24a1a.
- 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 Duck
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
-
Duck
public Duck()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-