|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.reporting.protocol.statserver.ActionsMask
com.genesyslab.platform.reporting.protocol.statserver.DnActionsMask
public class DnActionsMask
Possible type for "MainMask" and "RelativeMask" attributes. Bit mask can be any combination of DNActions enum values.
Constructor Summary | |
---|---|
DnActionsMask()
|
Method Summary | |
---|---|
void |
clearBit(DnActions actions)
|
boolean |
isBitSet(DnActions actions)
|
void |
setBit(DnActions actions)
|
Methods inherited from class com.genesyslab.platform.reporting.protocol.statserver.ActionsMask |
---|
clearAll, clearBit, createCMPActionsMask, createDNActionsMask, createMediaActionsMask, createRPActionsMask, equals, fromBitArray, getEnumType, getMaxIndex, hashCode, isBitSet, isBitSet, setAll, setBit, toBitsArray, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DnActionsMask()
Method Detail |
---|
public void setBit(DnActions actions)
public void clearBit(DnActions actions)
public boolean isBitSet(DnActions actions)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |