Package com._1c.g5.v8.dt.dcs.dataset
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 Summary
Fields Modifier and Type Field Description static int
eQDWRCondition
static int
eQDWRestrictionLast
static int
eQDWRField
static int
eQDWRGroup
static int
eQDWRNestedCondition
static int
eQDWRNestedField
static int
eQDWRNestedGroup
static int
eQDWRNestedOrder
static int
eQDWRole
static int
eQDWROrder
-
Constructor Summary
Constructors Constructor Description FieldRestriction()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clear all flagsboolean
dif(IDataSetWrapper.FieldRestriction other)
Check whether other restriction is differentboolean
get(int index)
Get flagvoid
merge(IDataSetWrapper.FieldRestriction other)
Merge other restrictionvoid
set(int index, boolean value)
Set flag
-
-
-
Field Detail
-
eQDWRField
public static final int eQDWRField
- See Also:
- Constant Field Values
-
eQDWRCondition
public static final int eQDWRCondition
- See Also:
- Constant Field Values
-
eQDWROrder
public static final int eQDWROrder
- See Also:
- Constant Field Values
-
eQDWRGroup
public static final int eQDWRGroup
- See Also:
- Constant Field Values
-
eQDWRNestedField
public static final int eQDWRNestedField
- See Also:
- Constant Field Values
-
eQDWRNestedCondition
public static final int eQDWRNestedCondition
- See Also:
- Constant Field Values
-
eQDWRNestedOrder
public static final int eQDWRNestedOrder
- See Also:
- Constant Field Values
-
eQDWRNestedGroup
public static final int eQDWRNestedGroup
- See Also:
- Constant Field Values
-
eQDWRole
public static final int eQDWRole
- See Also:
- Constant Field Values
-
eQDWRestrictionLast
public static final int eQDWRestrictionLast
- See Also:
- Constant Field Values
-
-
Method Detail
-
merge
public void merge(IDataSetWrapper.FieldRestriction other)
Merge other restriction- Parameters:
other
- restriction, can't benull
-
dif
public boolean dif(IDataSetWrapper.FieldRestriction other)
Check whether other restriction is different- Parameters:
other
- restriction, can't benull
- Returns:
- whether other restriction is different
-
set
public void set(int index, boolean value)
Set flag- Parameters:
index
- flag indexvalue
- flag value
-
get
public boolean get(int index)
Get flag- Parameters:
index
- flag index- Returns:
- flag value
-
clear
public void clear()
Clear all flags
-
-