org.gnu.gnome
public class InteractStyle extends Enum
Field Summary | |
---|---|
static InteractStyle | ANY |
static InteractStyle | ERRORS |
static InteractStyle | NONE |
Method Summary | |
---|---|
InteractStyle | and(InteractStyle other) |
static InteractStyle | intern(int value) |
InteractStyle | or(InteractStyle other) |
boolean | test(InteractStyle other) |
InteractStyle | xor(InteractStyle other) |