org.gnu.gdk

Class PropMode


public class PropMode
extends Enum

Field Summary

static PropMode
APPEND
static PropMode
PREPEND
static PropMode
REPLACE

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

APPEND

public static final PropMode APPEND


PREPEND

public static final PropMode PREPEND


REPLACE

public static final PropMode REPLACE

Method Details

and

public PropMode and(PropMode other)


intern

public static PropMode intern(int value)


or

public PropMode or(PropMode other)


test

public boolean test(PropMode other)


xor

public PropMode xor(PropMode other)