Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DetonationResult |
DetonationPdu.detonationResult
result of the detonation, Section 7.3.3 uid 62
|
Modifier and Type | Method and Description |
---|---|
DetonationResult |
DetonationPdu.getDetonationResult()
Getter for
DetonationPdu.detonationResult |
Modifier and Type | Method and Description |
---|---|
DetonationPdu |
DetonationPdu.setDetonationResult(DetonationResult pDetonationResult)
Setter for
DetonationPdu.detonationResult |
Modifier and Type | Method and Description |
---|---|
static DetonationResult |
DetonationResult.getEnumForValue(int i) |
static DetonationResult |
DetonationResult.unmarshalEnum(java.nio.ByteBuffer buff) |
static DetonationResult |
DetonationResult.unmarshalEnum(java.io.DataInputStream dis) |
static DetonationResult |
DetonationResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetonationResult[] |
DetonationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|