org.gnu.gdk

Class PropertyState

public class PropertyState extends Enum

Field Summary
static PropertyStateDELETE
static PropertyStateNEW_VALUE
Method Summary
PropertyStateand(PropertyState other)
static PropertyStateintern(int value)
PropertyStateor(PropertyState other)
booleantest(PropertyState other)
PropertyStatexor(PropertyState other)

Field Detail

DELETE

public static final PropertyState DELETE

NEW_VALUE

public static final PropertyState NEW_VALUE

Method Detail

and

public PropertyState and(PropertyState other)

intern

public static PropertyState intern(int value)

or

public PropertyState or(PropertyState other)

test

public boolean test(PropertyState other)

xor

public PropertyState xor(PropertyState other)