org.gnu.gdk

Class PropertyState


public class PropertyState
extends Enum

Field Summary

static PropertyState
DELETE
static PropertyState
NEW_VALUE

Fields inherited from class org.gnu.glib.Enum

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

Field Details

DELETE

public static final PropertyState DELETE


NEW_VALUE

public static final PropertyState NEW_VALUE

Method Details

and

public PropertyState and(PropertyState other)


intern

public static PropertyState intern(int value)


or

public PropertyState or(PropertyState other)


test

public boolean test(PropertyState other)


xor

public PropertyState xor(PropertyState other)