org.gnu.gdk

Class NotifyType

public class NotifyType extends Enum

Field Summary
static NotifyTypeANCESTOR
static NotifyTypeINFERIOR
static NotifyTypeNONLINEAR
static NotifyTypeNONLINEAR_VIRTUAL
static NotifyTypeUNKNOWN
static NotifyTypeVIRTUAL
Method Summary
NotifyTypeand(NotifyType other)
static NotifyTypeintern(int value)
NotifyTypeor(NotifyType other)
booleantest(NotifyType other)
NotifyTypexor(NotifyType other)

Field Detail

ANCESTOR

public static final NotifyType ANCESTOR

INFERIOR

public static final NotifyType INFERIOR

NONLINEAR

public static final NotifyType NONLINEAR

NONLINEAR_VIRTUAL

public static final NotifyType NONLINEAR_VIRTUAL

UNKNOWN

public static final NotifyType UNKNOWN

VIRTUAL

public static final NotifyType VIRTUAL

Method Detail

and

public NotifyType and(NotifyType other)

intern

public static NotifyType intern(int value)

or

public NotifyType or(NotifyType other)

test

public boolean test(NotifyType other)

xor

public NotifyType xor(NotifyType other)