org.gnu.gdk

Class PropMode


public class PropMode
extends Enum

Field Summary

static PropMode
APPEND
static PropMode
PREPEND
static PropMode
REPLACE

Method Summary

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

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)