Uses of Enum
edu.nps.moves.dis7.enumerations.ExplosiveMaterialCategories
Packages that use ExplosiveMaterialCategories
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of ExplosiveMaterialCategories in edu.nps.moves.dis7.enumerations
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 type with the specified name.static ExplosiveMaterialCategories[]
ExplosiveMaterialCategories.values()
Returns an array containing the constants of this enum type, 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