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