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