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