Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected ExplosiveMaterialCategories |
ExplosionDescriptor.explosiveMaterial
Material that exploded.
|
Modifier and Type | Method and Description |
---|---|
ExplosiveMaterialCategories |
ExplosionDescriptor.getExplosiveMaterial()
Getter for
ExplosionDescriptor.explosiveMaterial |
Modifier and Type | Method and Description |
---|---|
ExplosionDescriptor |
ExplosionDescriptor.setExplosiveMaterial(ExplosiveMaterialCategories pExplosiveMaterial)
Setter for
ExplosionDescriptor.explosiveMaterial |
Modifier and Type | Method and Description |
---|---|
static ExplosiveMaterialCategories |
ExplosiveMaterialCategories.getEnumForValue(int i) |
static ExplosiveMaterialCategories |
ExplosiveMaterialCategories.unmarshalEnum(java.nio.ByteBuffer buff) |
static ExplosiveMaterialCategories |
ExplosiveMaterialCategories.unmarshalEnum(java.io.DataInputStream dis) |
static ExplosiveMaterialCategories |
ExplosiveMaterialCategories.valueOf(java.lang.String name)
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.
|