Class IDataSetWrapper.FieldRestriction

  • Enclosing interface:
    IDataSetWrapper

    public static class IDataSetWrapper.FieldRestriction
    extends Object
    Field restriction
    • Constructor Detail

      • FieldRestriction

        public FieldRestriction()
        Constructor
    • Method Detail

      • dif

        public boolean dif​(IDataSetWrapper.FieldRestriction other)
        Check whether other restriction is different
        Parameters:
        other - restriction, can't be null
        Returns:
        whether other restriction is different
      • set

        public void set​(int index,
                        boolean value)
        Set flag
        Parameters:
        index - flag index
        value - flag value
      • get

        public boolean get​(int index)
        Get flag
        Parameters:
        index - flag index
        Returns:
        flag value
      • clear

        public void clear()
        Clear all flags