org.gnu.gdk

Class NotifyType


public class NotifyType
extends Enum

END OF GENERATED CODE

Field Summary

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

Method Summary

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

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)