org.gnu.gdk

Class PropMode

public class PropMode extends Enum

Field Summary
static PropModeAPPEND
static PropModePREPEND
static PropModeREPLACE
Method Summary
PropModeand(PropMode other)
static PropModeintern(int value)
PropModeor(PropMode other)
booleantest(PropMode other)
PropModexor(PropMode other)

Field Detail

APPEND

public static final PropMode APPEND

PREPEND

public static final PropMode PREPEND

REPLACE

public static final PropMode REPLACE

Method Detail

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)