org.gnu.gnome
Class SaveStyle

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.gnu.gnome.SaveStyle

public class SaveStyle
extends org.gnu.glib.Enum


Field Summary
static SaveStyle BOTH
           
static SaveStyle GLOBAL
           
static SaveStyle LOCAL
           
 
Method Summary
 SaveStyle and(SaveStyle other)
           
static SaveStyle intern(int value)
           
 SaveStyle or(SaveStyle other)
           
 boolean test(SaveStyle other)
           
 SaveStyle xor(SaveStyle other)
           
 
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
 

Field Detail

GLOBAL

public static final SaveStyle GLOBAL

LOCAL

public static final SaveStyle LOCAL

BOTH

public static final SaveStyle BOTH
Method Detail

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)