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