org.gnu.glib

Class ParmFlags

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 ParmFlagsCONSTRUCT
static ParmFlagsCONSTRUCT_ONLY
static ParmFlagsLAX_VALIDATION
static ParmFlagsPRIVATE
static ParmFlagsREADABLE
static ParmFlagsWRITABLE
Method Summary
ParmFlagsand(ParmFlags other)
static ParmFlagsintern(int value)
ParmFlagsor(ParmFlags other)
booleantest(ParmFlags other)
ParmFlagsxor(ParmFlags other)

Field Detail

CONSTRUCT

public static final ParmFlags CONSTRUCT

CONSTRUCT_ONLY

public static final ParmFlags CONSTRUCT_ONLY

LAX_VALIDATION

public static final ParmFlags LAX_VALIDATION

PRIVATE

public static final ParmFlags PRIVATE

READABLE

public static final ParmFlags READABLE

WRITABLE

public static final ParmFlags WRITABLE

Method Detail

and

public ParmFlags and(ParmFlags other)

intern

public static ParmFlags intern(int value)

or

public ParmFlags or(ParmFlags other)

test

public boolean test(ParmFlags other)

xor

public ParmFlags xor(ParmFlags other)