Uses of Enum Class
edu.nps.moves.dis7.enumerations.DEDamageDescriptionComponentDamageStatus
Packages that use DEDamageDescriptionComponentDamageStatus
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of DEDamageDescriptionComponentDamageStatus in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return DEDamageDescriptionComponentDamageStatusModifier and TypeMethodDescriptionDEDamageDescriptionComponentDamageStatus.getEnumForValue
(int value) Provide enumeration for a given valueDEDamageDescriptionComponentDamageStatus.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamDEDamageDescriptionComponentDamageStatus.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.DEDamageDescriptionComponentDamageStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DEDamageDescriptionComponentDamageStatus in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DEDamageDescriptionComponentDamageStatusModifier and TypeFieldDescriptionprotected DEDamageDescriptionComponentDamageStatus
DirectedEnergyDamage.componentDamageStatus
enumeration uid 315Methods in edu.nps.moves.dis7.pdus that return DEDamageDescriptionComponentDamageStatusModifier and TypeMethodDescriptionDirectedEnergyDamage.getComponentDamageStatus()
Getter forDirectedEnergyDamage.componentDamageStatus
Methods in edu.nps.moves.dis7.pdus with parameters of type DEDamageDescriptionComponentDamageStatusModifier and TypeMethodDescriptionDirectedEnergyDamage.setComponentDamageStatus
(DEDamageDescriptionComponentDamageStatus pComponentDamageStatus) Setter forDirectedEnergyDamage.componentDamageStatus