Uses of Enum
edu.nps.moves.dis7.enumerations.ExplosiveMaterialCategories
Packages that use ExplosiveMaterialCategories
Package
Description
Infrastructure classes for enumerations supporting open-dis7-java library.
Infrastructure classes for PDU packet definitions supporting open-dis7-java library.
-
Uses of ExplosiveMaterialCategories in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return ExplosiveMaterialCategoriesModifier and TypeMethodDescriptionstatic ExplosiveMaterialCategoriesExplosiveMaterialCategories.getEnumForValue(int i)provide enumeration for a given valuestatic ExplosiveMaterialCategoriesExplosiveMaterialCategories.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic ExplosiveMaterialCategoriesExplosiveMaterialCategories.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic ExplosiveMaterialCategoriesReturns 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 ExplosiveMaterialCategoriesExplosionDescriptor.explosiveMaterialMaterial that exploded.Methods in edu.nps.moves.dis7.pdus that return ExplosiveMaterialCategoriesModifier and TypeMethodDescriptionExplosionDescriptor.getExplosiveMaterial()Getter forExplosionDescriptor.explosiveMaterialMethods in edu.nps.moves.dis7.pdus with parameters of type ExplosiveMaterialCategoriesModifier and TypeMethodDescriptionExplosionDescriptor.setExplosiveMaterial(ExplosiveMaterialCategories pExplosiveMaterial)Setter forExplosionDescriptor.explosiveMaterial