org.gnu.gdk
Class PropMode
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.PropMode
- public class PropMode
- extends Enum
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
REPLACE
public static final PropMode REPLACE
PREPEND
public static final PropMode PREPEND
APPEND
public static final PropMode APPEND
intern
public static PropMode intern(int value)
or
public PropMode or(PropMode other)
and
public PropMode and(PropMode other)
xor
public PropMode xor(PropMode other)
test
public boolean test(PropMode other)