org.gnu.gnome
Class HelpError

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gnome.HelpError

public class HelpError
extends Enum


Field Summary
static HelpError INTERNAL
           
static HelpError NOT_FOUND
           
 
Method Summary
 HelpError and(HelpError other)
           
static HelpError intern(int value)
           
 HelpError or(HelpError other)
           
 boolean test(HelpError other)
           
 HelpError xor(HelpError other)
           
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL

public static final HelpError INTERNAL

NOT_FOUND

public static final HelpError NOT_FOUND
Method Detail

intern

public static HelpError intern(int value)

or

public HelpError or(HelpError other)

and

public HelpError and(HelpError other)

xor

public HelpError xor(HelpError other)

test

public boolean test(HelpError other)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net