Class MAPRNC_InterfaceList

    • Constructor Detail

      • MAPRNC_InterfaceList

        public MAPRNC_InterfaceList()
        Constructs an object that has no bits set.
      • MAPRNC_InterfaceList

        public MAPRNC_InterfaceList​(int nbits)
        Constructs an object that has no bits set, initialised to accommodate the given number of bits.
        Parameters:
        nbits - initial number of bits
    • Method Detail

      • copyOf

        public static MAPRNC_InterfaceList copyOf​(BitString from)
        Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
        Parameters:
        from - the object from which to copy
        Returns:
        MAPRNC_InterfaceList
      • getIu

        public boolean getIu()
        Gets whether the bit for iu is set or not.
        Returns:
        the named bit's value
      • getIub

        public boolean getIub()
        Gets whether the bit for iub is set or not.
        Returns:
        the named bit's value
      • getIur

        public boolean getIur()
        Gets whether the bit for iur is set or not.
        Returns:
        the named bit's value
      • getUu

        public boolean getUu()
        Gets whether the bit for uu is set or not.
        Returns:
        the named bit's value
      • staticGetNamedBits

        public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()
        Gets the names of all bits of this type (not just the bits set in this value).
        Returns:
        array of NamedBit