Class AfghanNationalPoliceANP
java.lang.Object
edu.nps.moves.dis7.pdus.EntityType
edu.nps.moves.dis7.entities.afg.lifeform.land.AfghanNationalPoliceANP
- All Implemented Interfaces:
Serializable
Entity class AfghanNationalPoliceANP
collects multiple enumeration values together to uniquely define this entity.
Usage: create an instance of this class with AfghanNationalPoliceANP.createInstance()
or new AfghanNationalPoliceANP()
.
- Country: Afghanistan (AFG) =
1
; - Entity kind: PlatformDomain =
LAND
; - Domain: Life form =
3
; - Category: Afghan National Police (ANP) =
52
; - SubCategory: null
(none)
; - Specific: null
(none)
; - Entity type uid: 32188;
- Online document reference: SISO-REF-010-v33 (2024-05-29).
Full name: edu.nps.moves.dis7.source.generator.entityTypes.GenerateEntityTypes$CategoryElem@3c910acd.
- 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 AfghanNationalPoliceANP
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
-
AfghanNationalPoliceANP
public AfghanNationalPoliceANP()Default constructor
-
-
Method Details
-
createInstance
Create a new instance of this final (unmodifiable) class- Returns:
- copy of class for use as data
-