Class IDataSetWrapper.FieldRestriction

java.lang.Object
com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper.FieldRestriction
Enclosing interface:
IDataSetWrapper

public static class IDataSetWrapper.FieldRestriction extends Object
Field restriction
  • Field Details

  • Constructor Details

    • FieldRestriction

      public FieldRestriction()
      Constructor
  • Method Details

    • merge

      public void merge(IDataSetWrapper.FieldRestriction other)
      Merge other restriction
      Parameters:
      other - restriction, can't be null
    • diff

      public boolean diff(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