org.gnu.gnome
Class SaveStyle
java.lang.Object
org.gnu.glib.Enum
org.gnu.gnome.SaveStyle
- public class SaveStyle
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
GLOBAL
public static final SaveStyle GLOBAL
LOCAL
public static final SaveStyle LOCAL
BOTH
public static final SaveStyle BOTH
intern
public static SaveStyle intern(int value)
or
public SaveStyle or(SaveStyle other)
and
public SaveStyle and(SaveStyle other)
xor
public SaveStyle xor(SaveStyle other)
test
public boolean test(SaveStyle other)