org.gnu.glib
public class ParmFlags extends Flags
| 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) |