org.gnu.gnome

Class SaveStyle


public class SaveStyle
extends 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)

Field Details

BOTH

public static final SaveStyle BOTH

GLOBAL

public static final SaveStyle GLOBAL

LOCAL

public static final SaveStyle LOCAL

Method Details

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)