|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gnu.glib.Flags
org.gnu.glib.ParmFlags
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
| 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 |
|---|
public static final ParmFlags READABLE
public static final ParmFlags WRITABLE
public static final ParmFlags CONSTRUCT
public static final ParmFlags CONSTRUCT_ONLY
public static final ParmFlags LAX_VALIDATION
public static final ParmFlags PRIVATE
| Method Detail |
|---|
public static ParmFlags intern(int value)
public ParmFlags or(ParmFlags other)
public ParmFlags and(ParmFlags other)
public ParmFlags xor(ParmFlags other)
public boolean test(ParmFlags other)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||