org.gnu.gnome

Class HelpError

public class HelpError extends Enum

Field Summary
static HelpErrorINTERNAL
static HelpErrorNOT_FOUND
Method Summary
HelpErrorand(HelpError other)
static HelpErrorintern(int value)
HelpErroror(HelpError other)
booleantest(HelpError other)
HelpErrorxor(HelpError other)

Field Detail

INTERNAL

public static final HelpError INTERNAL

NOT_FOUND

public static final HelpError NOT_FOUND

Method Detail

and

public HelpError and(HelpError other)

intern

public static HelpError intern(int value)

or

public HelpError or(HelpError other)

test

public boolean test(HelpError other)

xor

public HelpError xor(HelpError other)