org.gnu.glib
Class ParmFlags

java.lang.Object
  extended by org.gnu.glib.Flags
      extended by org.gnu.glib.ParmFlags

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.

public class ParmFlags
extends Flags


Field Summary
static ParmFlags CONSTRUCT
          Deprecated.  
static ParmFlags CONSTRUCT_ONLY
          Deprecated.  
static ParmFlags LAX_VALIDATION
          Deprecated.  
static ParmFlags PRIVATE
          Deprecated.  
static ParmFlags READABLE
          Deprecated.  
static ParmFlags WRITABLE
          Deprecated.  
 
Fields inherited from class org.gnu.glib.Flags
value_
 
Method Summary
 ParmFlags and(ParmFlags other)
          Deprecated.  
static ParmFlags intern(int value)
          Deprecated.  
 ParmFlags or(ParmFlags other)
          Deprecated.  
 boolean test(ParmFlags other)
          Deprecated.  
 ParmFlags xor(ParmFlags other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Flags
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READABLE

public static final ParmFlags READABLE
Deprecated. 

WRITABLE

public static final ParmFlags WRITABLE
Deprecated. 

CONSTRUCT

public static final ParmFlags CONSTRUCT
Deprecated. 

CONSTRUCT_ONLY

public static final ParmFlags CONSTRUCT_ONLY
Deprecated. 

LAX_VALIDATION

public static final ParmFlags LAX_VALIDATION
Deprecated. 

PRIVATE

public static final ParmFlags PRIVATE
Deprecated. 
Method Detail

intern

public static ParmFlags intern(int value)
Deprecated. 

or

public ParmFlags or(ParmFlags other)
Deprecated. 

and

public ParmFlags and(ParmFlags other)
Deprecated. 

xor

public ParmFlags xor(ParmFlags other)
Deprecated. 

test

public boolean test(ParmFlags other)
Deprecated.