org.gnu.gdk
Class PropertyState

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gdk.PropertyState

public class PropertyState
extends org.gnu.glib.Enum


Field Summary
static PropertyState DELETE
           
static PropertyState NEW_VALUE
           
 
Method Summary
 PropertyState and(PropertyState other)
           
static PropertyState intern(int value)
           
 PropertyState or(PropertyState other)
           
 boolean test(PropertyState other)
           
 PropertyState xor(PropertyState 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

NEW_VALUE

public static final PropertyState NEW_VALUE

DELETE

public static final PropertyState DELETE
Method Detail

intern

public static PropertyState intern(int value)

or

public PropertyState or(PropertyState other)

and

public PropertyState and(PropertyState other)

xor

public PropertyState xor(PropertyState other)

test

public boolean test(PropertyState other)