Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected DEPrecisionAimpointBeamSpotType |
DirectedEnergyPrecisionAimpoint.beamSpotType
Spot Shape ENUM.
|
Modifier and Type | Method and Description |
---|---|
DEPrecisionAimpointBeamSpotType |
DirectedEnergyPrecisionAimpoint.getBeamSpotType()
Getter for
DirectedEnergyPrecisionAimpoint.beamSpotType |
Modifier and Type | Method and Description |
---|---|
DirectedEnergyPrecisionAimpoint |
DirectedEnergyPrecisionAimpoint.setBeamSpotType(DEPrecisionAimpointBeamSpotType pBeamSpotType)
Setter for
DirectedEnergyPrecisionAimpoint.beamSpotType |
Modifier and Type | Method and Description |
---|---|
static DEPrecisionAimpointBeamSpotType |
DEPrecisionAimpointBeamSpotType.getEnumForValue(int i) |
static DEPrecisionAimpointBeamSpotType |
DEPrecisionAimpointBeamSpotType.unmarshalEnum(java.nio.ByteBuffer buff) |
static DEPrecisionAimpointBeamSpotType |
DEPrecisionAimpointBeamSpotType.unmarshalEnum(java.io.DataInputStream dis) |
static DEPrecisionAimpointBeamSpotType |
DEPrecisionAimpointBeamSpotType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DEPrecisionAimpointBeamSpotType[] |
DEPrecisionAimpointBeamSpotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|