org.gnu.gnome

Class InteractStyle


public class InteractStyle
extends Enum

Field Summary

static InteractStyle
ANY
static InteractStyle
ERRORS
static InteractStyle
NONE

Method Summary

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

Field Details

ANY

public static final InteractStyle ANY

ERRORS

public static final InteractStyle ERRORS

NONE

public static final InteractStyle NONE

Method Details

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)