org.gnu.gnome

Class DialogType


public class DialogType
extends Enum

Field Summary

static DialogType
ERROR
static DialogType
NORMAL

Method Summary

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

Field Details

ERROR

public static final DialogType ERROR

NORMAL

public static final DialogType NORMAL

Method Details

and

public DialogType and(DialogType other)

intern

public static DialogType intern(int value)

or

public DialogType or(DialogType other)

test

public boolean test(DialogType other)

xor

public DialogType xor(DialogType other)