Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DEDamageDescriptionComponentDamageStatus |
DirectedEnergyDamage.componentDamageStatus
enumeration uid 315
|
Modifier and Type | Method and Description |
---|---|
DEDamageDescriptionComponentDamageStatus |
DirectedEnergyDamage.getComponentDamageStatus()
Getter for
DirectedEnergyDamage.componentDamageStatus |
Modifier and Type | Method and Description |
---|---|
DirectedEnergyDamage |
DirectedEnergyDamage.setComponentDamageStatus(DEDamageDescriptionComponentDamageStatus pComponentDamageStatus)
Setter for
DirectedEnergyDamage.componentDamageStatus |
Modifier and Type | Method and Description |
---|---|
static DEDamageDescriptionComponentDamageStatus |
DEDamageDescriptionComponentDamageStatus.getEnumForValue(int i) |
static DEDamageDescriptionComponentDamageStatus |
DEDamageDescriptionComponentDamageStatus.unmarshalEnum(java.nio.ByteBuffer buff) |
static DEDamageDescriptionComponentDamageStatus |
DEDamageDescriptionComponentDamageStatus.unmarshalEnum(java.io.DataInputStream dis) |
static DEDamageDescriptionComponentDamageStatus |
DEDamageDescriptionComponentDamageStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DEDamageDescriptionComponentDamageStatus[] |
DEDamageDescriptionComponentDamageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|