org.gnu.gdk
public class NotifyType extends Enum
| Field Summary | |
|---|---|
| static NotifyType | ANCESTOR |
| static NotifyType | INFERIOR |
| static NotifyType | NONLINEAR |
| static NotifyType | NONLINEAR_VIRTUAL |
| static NotifyType | UNKNOWN |
| static NotifyType | VIRTUAL |
| Method Summary | |
|---|---|
| NotifyType | and(NotifyType other) |
| static NotifyType | intern(int value) |
| NotifyType | or(NotifyType other) |
| boolean | test(NotifyType other) |
| NotifyType | xor(NotifyType other) |