- All Superinterfaces:
DataElement
Interface for the HLA data type HLAinteger16BE.
-
Method Summary
Methods inherited from interface hla.rti1516e.encoding.DataElement
decode, decode, encode, getEncodedLength, getOctetBoundary, toByteArray
-
Method Details
-
getValue
short getValue()Returns the short value of this element.- Returns:
- short value
-
setValue
void setValue(short value) Sets the short value of this element.- Parameters:
value- New value.
-