public class SelectMask extends java.lang.Object implements MarkMask_ifc
selectMask
is the only one data of that composition.Modifier and Type | Field and Description |
---|---|
protected int |
selectMask
The mask with some mark bits.
|
static int |
version
Version, history and license.
|
select, select2, select2Parent, selectParent
Constructor and Description |
---|
SelectMask() |
Modifier and Type | Method and Description |
---|---|
int |
getMark()
Returns the selection mask of this object.
|
int |
setMarked(int mask,
java.lang.Object data)
Sets some bits of the mask.
|
int |
setNonMarked(int mask,
java.lang.Object data)
Resets some bits of the mask.
|
public static final int version
protected int selectMask
getMark()
See setMarked(int, Object)
public int getMark()
MarkMask_ifc
getMark
in interface MarkMask_ifc
public int setNonMarked(int mask, java.lang.Object data)
setNonMarked
in interface MarkMask_ifc
mask
- This bits of the selectMask
will be reseted.data
- not used here.public int setMarked(int mask, java.lang.Object data)
setMarked
in interface MarkMask_ifc
mask
- This bits of the selectMask
will be reseted.data
- not used here.