Class NFEBasicModelObject

    • Constructor Detail

      • NFEBasicModelObject

        public NFEBasicModelObject()
    • Method Detail

      • setEditionFlags

        public void setEditionFlags​(byte flags)
        Description copied from interface: NFEModelObject
        Sets the given flags on
        Specified by:
        setEditionFlags in interface NFEModelObject
        Parameters:
        flags - a mask with the flags to turn on
      • getEditionFlags

        public byte getEditionFlags()
        Description copied from interface: NFEModelObject
        Gets all the active flags
        Specified by:
        getEditionFlags in interface NFEModelObject
        Returns:
        a byte with the active flags on
      • addEditionFlag

        public void addEditionFlag​(byte flag)
        Description copied from interface: NFEModelObject
        Turns on a single flag
        Specified by:
        addEditionFlag in interface NFEModelObject
        Parameters:
        flag - a flag
      • removeEditionFlag

        public void removeEditionFlag​(byte flag)
        Description copied from interface: NFEModelObject
        Sets the given flags off
        Specified by:
        removeEditionFlag in interface NFEModelObject
        Parameters:
        flag - a bit mask
      • containsEditionFlag

        public boolean containsEditionFlag​(byte flag)
        Description copied from interface: NFEModelObject
        Tells whether the flag is on
        Specified by:
        containsEditionFlag in interface NFEModelObject
        Parameters:
        flag - a bit mask
        Returns:
        true if the flag(s) is on