Uses of Enum Class
edu.nps.moves.dis7.enumerations.ExplosiveMaterialCategories
Packages that use ExplosiveMaterialCategories
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of ExplosiveMaterialCategories in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type ExplosiveMaterialCategories in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 310, marshal size 16; ExplosiveMaterialCategories has 45 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return ExplosiveMaterialCategoriesModifier and TypeMethodDescriptionstatic ExplosiveMaterialCategories
ExplosiveMaterialCategories.getEnumForValue
(int value) Provide enumeration for a given valuestatic ExplosiveMaterialCategories
ExplosiveMaterialCategories.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic ExplosiveMaterialCategories
ExplosiveMaterialCategories.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic ExplosiveMaterialCategories
Returns the enum constant of this class with the specified name.static ExplosiveMaterialCategories[]
ExplosiveMaterialCategories.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExplosiveMaterialCategories in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as ExplosiveMaterialCategoriesModifier and TypeFieldDescriptionprotected ExplosiveMaterialCategories
ExplosionDescriptor.explosiveMaterial
Material that exploded.Methods in edu.nps.moves.dis7.pdus that return ExplosiveMaterialCategoriesModifier and TypeMethodDescriptionExplosionDescriptor.getExplosiveMaterial()
Getter forExplosionDescriptor.explosiveMaterial
Methods in edu.nps.moves.dis7.pdus with parameters of type ExplosiveMaterialCategoriesModifier and TypeMethodDescriptionExplosionDescriptor.setExplosiveMaterial
(ExplosiveMaterialCategories pExplosiveMaterial) Setter forExplosionDescriptor.explosiveMaterial