org.gnu.gdk
public class PropMode extends Enum
| Field Summary | |
|---|---|
| static PropMode | APPEND |
| static PropMode | PREPEND |
| static PropMode | REPLACE |
| Method Summary | |
|---|---|
| PropMode | and(PropMode other) |
| static PropMode | intern(int value) |
| PropMode | or(PropMode other) |
| boolean | test(PropMode other) |
| PropMode | xor(PropMode other) |