org.gnu.gnome
public class SaveStyle extends org.gnu.glib.Enum
static SaveStyle
BOTH
GLOBAL
LOCAL
SaveStyle
and(SaveStyle other)
intern(int value)
or(SaveStyle other)
boolean
test(SaveStyle other)
xor(SaveStyle other)
equals, getValue, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
public static final SaveStyle GLOBAL
public static final SaveStyle LOCAL
public static final SaveStyle BOTH
public static SaveStyle intern(int value)
public SaveStyle or(SaveStyle other)
public SaveStyle and(SaveStyle other)
public SaveStyle xor(SaveStyle other)
public boolean test(SaveStyle other)