org.gnu.gnome

Class InteractStyle

public class InteractStyle extends Enum

Field Summary
static InteractStyleANY
static InteractStyleERRORS
static InteractStyleNONE
Method Summary
InteractStyleand(InteractStyle other)
static InteractStyleintern(int value)
InteractStyleor(InteractStyle other)
booleantest(InteractStyle other)
InteractStylexor(InteractStyle other)

Field Detail

ANY

public static final InteractStyle ANY

ERRORS

public static final InteractStyle ERRORS

NONE

public static final InteractStyle NONE

Method Detail

and

public InteractStyle and(InteractStyle other)

intern

public static InteractStyle intern(int value)

or

public InteractStyle or(InteractStyle other)

test

public boolean test(InteractStyle other)

xor

public InteractStyle xor(InteractStyle other)