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