org.gnu.gdk

Class NotifyType


public class NotifyType
extends Enum

Field Summary

static NotifyType
ANCESTOR
static NotifyType
INFERIOR
static NotifyType
NONLINEAR
static NotifyType
NONLINEAR_VIRTUAL
static NotifyType
UNKNOWN
static NotifyType
VIRTUAL

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

NotifyType
and(NotifyType other)
static NotifyType
intern(int value)
NotifyType
or(NotifyType other)
boolean
test(NotifyType other)
NotifyType
xor(NotifyType other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

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 Details

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)