org.gnu.atk
public class RelationType extends Enum
| Field Summary | |
|---|---|
| static RelationType | CONTROLLED_BY |
| static RelationType | CONTROLLER_FOR |
| static RelationType | EMBEDDED_BY |
| static RelationType | EMBEDS |
| static RelationType | FLOWS_FROM |
| static RelationType | FLOWS_TO |
| static RelationType | LABELLED_BY |
| static RelationType | LABEL_FOR |
| static RelationType | LAST_DEFINED |
| static RelationType | MEMBER_OF |
| static RelationType | NODE_CHILD_OF |
| static RelationType | NULL |
| static RelationType | PARENT_WINDOW_OF |
| static RelationType | POPUP_FOR |
| static RelationType | SUBWINDOW_OF |
| Method Summary | |
|---|---|
| RelationType | and(RelationType other) |
| static RelationType | intern(int value) |
| RelationType | or(RelationType other) |
| boolean | test(RelationType other) |
| RelationType | xor(RelationType other) |