org.gnu.gnome
public class HelpError extends Enum
| Field Summary | |
|---|---|
| static HelpError | INTERNAL |
| static HelpError | NOT_FOUND |
| Method Summary | |
|---|---|
| HelpError | and(HelpError other) |
| static HelpError | intern(int value) |
| HelpError | or(HelpError other) |
| boolean | test(HelpError other) |
| HelpError | xor(HelpError other) |