Uses of Class
edu.nps.moves.dis7.pdus.UnsignedDISInteger
Packages that use UnsignedDISInteger
-
Uses of UnsignedDISInteger in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus with type parameters of type UnsignedDISIntegerModifier and TypeFieldDescriptionprotected List
<UnsignedDISInteger> DataQueryDatumSpecification.fixedDatumIDList
variable length list fixed datum IDsprotected List
<UnsignedDISInteger> DataQueryDatumSpecification.variableDatumIDList
variable length list variable datum IDsMethods in edu.nps.moves.dis7.pdus that return UnsignedDISIntegerMethods in edu.nps.moves.dis7.pdus that return types with arguments of type UnsignedDISIntegerModifier and TypeMethodDescriptionDataQueryDatumSpecification.getFixedDatumIDList()
Getter forDataQueryDatumSpecification.fixedDatumIDList
DataQueryDatumSpecification.getVariableDatumIDList()
Method parameters in edu.nps.moves.dis7.pdus with type arguments of type UnsignedDISIntegerModifier and TypeMethodDescriptionDataQueryDatumSpecification.setFixedDatumIDList
(List<UnsignedDISInteger> pFixedDatumIDList) Setter forDataQueryDatumSpecification.fixedDatumIDList
DataQueryDatumSpecification.setVariableDatumIDList
(List<UnsignedDISInteger> pVariableDatumIDList)