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.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of DEDamageDescriptionComponentDamageStatus in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type DEDamageDescriptionComponentDamageStatus in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 315, marshal size 8; DEDamageDescriptionComponentDamageStatus has 5 enumerations total.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