org.gnu.atk
Class RelationType
java.lang.Object
|
+--org.gnu.glib.Enum
|
+--org.gnu.atk.RelationType
- public class RelationType
- extends Enum
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NULL
public static final RelationType NULL
CONTROLLED_BY
public static final RelationType CONTROLLED_BY
CONTROLLER_FOR
public static final RelationType CONTROLLER_FOR
LABEL_FOR
public static final RelationType LABEL_FOR
LABELLED_BY
public static final RelationType LABELLED_BY
MEMBER_OF
public static final RelationType MEMBER_OF
NODE_CHILD_OF
public static final RelationType NODE_CHILD_OF
LAST_DEFINED
public static final RelationType LAST_DEFINED
intern
public static RelationType intern(int value)
or
public RelationType or(RelationType other)
and
public RelationType and(RelationType other)
xor
public RelationType xor(RelationType other)
test
public boolean test(RelationType other)