Class MAPMGW_InterfaceList

    • Constructor Detail

      • MAPMGW_InterfaceList

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

        public MAPMGW_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

      • clearIu_up

        public MAPMGW_InterfaceList clearIu_up()
        Clears the bit for iu_up to false.
        Returns:
        this
      • clearNb_up

        public MAPMGW_InterfaceList clearNb_up()
        Clears the bit for nb_up to false.
        Returns:
        this
      • copyOf

        public static MAPMGW_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:
        MAPMGW_InterfaceList
      • getIu_up

        public boolean getIu_up()
        Gets whether the bit for iu_up is set or not.
        Returns:
        the named bit's value
      • getMc

        public boolean getMc()
        Gets whether the bit for mc is set or not.
        Returns:
        the named bit's value
      • getNb_up

        public boolean getNb_up()
        Gets whether the bit for nb_up 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