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