Uses of Enum
edu.nps.moves.dis7.enumerations.PlatformDomain
Packages that use PlatformDomain
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of PlatformDomain in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return PlatformDomainModifier and TypeMethodDescriptionstatic PlatformDomainPlatformDomain.getEnumForValue(int i)provide enumeration for a given valuestatic PlatformDomainPlatformDomain.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic PlatformDomainPlatformDomain.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic PlatformDomainReturns the enum constant of this type with the specified name.static PlatformDomain[]PlatformDomain.values()Returns an array containing the constants of this enum type, 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 PlatformDomainAggregateType.domainDomain of entity (air, surface, subsurface, space, etc.) where zero means domain does not apply.protected PlatformDomainObjectType.domainDomain of entity (air, surface, subsurface, space, etc.) uid 8Methods in edu.nps.moves.dis7.pdus that return PlatformDomainModifier and TypeMethodDescriptionAggregateType.getDomain()Getter forAggregateType.domainObjectType.getDomain()Getter forObjectType.domainMethods in edu.nps.moves.dis7.pdus with parameters of type PlatformDomainModifier and TypeMethodDescriptionstatic DomainDomain.inst(PlatformDomain d)AggregateType.setDomain(PlatformDomain pDomain)Setter forAggregateType.domainObjectType.setDomain(PlatformDomain pDomain)Setter forObjectType.domain