Package | Description |
---|---|
edu.nps.moves.dis7 |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UnsignedDISInteger> |
DataQueryDatumSpecification.fixedDatumIDList
variable length list fixed datum IDs
|
protected java.util.List<UnsignedDISInteger> |
DataQueryDatumSpecification.variableDatumIDList
variable length list variable datum IDs
|
Modifier and Type | Method and Description |
---|---|
UnsignedDISInteger |
UnsignedDISInteger.setVal(int pVal)
Setter for
val |
Modifier and Type | Method and Description |
---|---|
java.util.List<UnsignedDISInteger> |
DataQueryDatumSpecification.getFixedDatumIDList()
Getter for
DataQueryDatumSpecification.fixedDatumIDList |
java.util.List<UnsignedDISInteger> |
DataQueryDatumSpecification.getVariableDatumIDList()
|
Modifier and Type | Method and Description |
---|---|
DataQueryDatumSpecification |
DataQueryDatumSpecification.setFixedDatumIDList(java.util.List<UnsignedDISInteger> pFixedDatumIDList)
Setter for
DataQueryDatumSpecification.fixedDatumIDList |
DataQueryDatumSpecification |
DataQueryDatumSpecification.setVariableDatumIDList(java.util.List<UnsignedDISInteger> pVariableDatumIDList)
|