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