org.gnu.glib
public class ParmFlags extends Flags
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may have an equivalent in java-gnome 4.0,
see org.gnome.glib.ParmFlags.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
| Field Summary | |
|---|---|
| static ParmFlags | CONSTRUCT |
| static ParmFlags | CONSTRUCT_ONLY |
| static ParmFlags | LAX_VALIDATION |
| static ParmFlags | PRIVATE |
| static ParmFlags | READABLE |
| static ParmFlags | WRITABLE |
| Method Summary | |
|---|---|
| ParmFlags | and(ParmFlags other) |
| static ParmFlags | intern(int value) |
| ParmFlags | or(ParmFlags other) |
| boolean | test(ParmFlags other) |
| ParmFlags | xor(ParmFlags other) |