org.gnu.gnome

Class SaveStyle

public class SaveStyle extends Enum

Field Summary
static SaveStyleBOTH
static SaveStyleGLOBAL
static SaveStyleLOCAL
Method Summary
SaveStyleand(SaveStyle other)
static SaveStyleintern(int value)
SaveStyleor(SaveStyle other)
booleantest(SaveStyle other)
SaveStylexor(SaveStyle other)

Field Detail

BOTH

public static final SaveStyle BOTH

GLOBAL

public static final SaveStyle GLOBAL

LOCAL

public static final SaveStyle LOCAL

Method Detail

and

public SaveStyle and(SaveStyle other)

intern

public static SaveStyle intern(int value)

or

public SaveStyle or(SaveStyle other)

test

public boolean test(SaveStyle other)

xor

public SaveStyle xor(SaveStyle other)