Uses of Enum Class
edu.nps.moves.dis7.enumerations.PlatformDomain
Packages that use PlatformDomain
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of PlatformDomain in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type PlatformDomain in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 8, marshal size 8; PlatformDomain has 6 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return PlatformDomainModifier and TypeMethodDescriptionstatic PlatformDomain
PlatformDomain.getEnumForValue
(int value) Provide enumeration for a given valuestatic PlatformDomain
PlatformDomain.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic PlatformDomain
PlatformDomain.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic PlatformDomain
Returns the enum constant of this class with the specified name.static PlatformDomain[]
PlatformDomain.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PlatformDomain in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as PlatformDomainModifier and TypeFieldDescriptionprotected PlatformDomain
AggregateType.domain
Domain of entity (air, surface, subsurface, space, etc.) where zero means domain does not apply. uid 8protected PlatformDomain
ObjectType.domain
Domain of entity (air, surface, subsurface, space, etc.) uid 8Methods in edu.nps.moves.dis7.pdus that return PlatformDomainModifier and TypeMethodDescriptionAggregateType.getDomain()
Getter forAggregateType.domain
ObjectType.getDomain()
Getter forObjectType.domain
Methods in edu.nps.moves.dis7.pdus with parameters of type PlatformDomainModifier and TypeMethodDescriptionstatic Domain
Domain.inst
(PlatformDomain d) Domain of interestAggregateType.setDomain
(PlatformDomain pDomain) Setter forAggregateType.domain
ObjectType.setDomain
(PlatformDomain pDomain) Setter forObjectType.domain