org.gnu.gdk

Class SettingAction


public class SettingAction
extends Enum

Field Summary

static SettingAction
CHANGED
static SettingAction
DELETED
static SettingAction
NEW

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

SettingAction
and(SettingAction other)
static SettingAction
intern(int value)
SettingAction
or(SettingAction other)
boolean
test(SettingAction other)
SettingAction
xor(SettingAction other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

CHANGED

public static final SettingAction CHANGED


DELETED

public static final SettingAction DELETED


NEW

public static final SettingAction NEW

Method Details

and

public SettingAction and(SettingAction other)


intern

public static SettingAction intern(int value)


or

public SettingAction or(SettingAction other)


test

public boolean test(SettingAction other)


xor

public SettingAction xor(SettingAction other)