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 | selectMaskThe mask with some mark bits. | 
| static int | versionVersion, 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_ifcgetMark in interface MarkMask_ifcpublic int setNonMarked(int mask,
                        java.lang.Object data)
setNonMarked in interface MarkMask_ifcmask - 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_ifcmask - This bits of the selectMask will be reseted.data - not used here.