Module hla.rti1516e

Interface HLAinteger16BE

All Superinterfaces:
DataElement

public interface HLAinteger16BE extends DataElement
Interface for the HLA data type HLAinteger16BE.
  • 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.