Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected GriddedDataConstantGrid |
GriddedDataPdu.constantGrid
are domain grid axes identidal to those of the priveious domain update? uid 245
|
Modifier and Type | Method and Description |
---|---|
GriddedDataConstantGrid |
GriddedDataPdu.getConstantGrid()
Getter for
GriddedDataPdu.constantGrid |
Modifier and Type | Method and Description |
---|---|
GriddedDataPdu |
GriddedDataPdu.setConstantGrid(GriddedDataConstantGrid pConstantGrid)
Setter for
GriddedDataPdu.constantGrid |
Modifier and Type | Method and Description |
---|---|
static GriddedDataConstantGrid |
GriddedDataConstantGrid.getEnumForValue(int i) |
static GriddedDataConstantGrid |
GriddedDataConstantGrid.unmarshalEnum(java.nio.ByteBuffer buff) |
static GriddedDataConstantGrid |
GriddedDataConstantGrid.unmarshalEnum(java.io.DataInputStream dis) |
static GriddedDataConstantGrid |
GriddedDataConstantGrid.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GriddedDataConstantGrid[] |
GriddedDataConstantGrid.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|