Class MatchOption
java.lang.Object
uk.ac.starlink.topcat.join.MatchOption
Enumeration class defining requirements on table rows for constructing
a matched table.
- Since:
- 19 Mar 2004
- Author:
- Mark Taylor (Starlink)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchOptionOption for including all rows, matched or unmatched.static final MatchOptionOption for default behaviour (all 2+-way matches are included).static final MatchOptionOption for including matched rows only.static final MatchOptionOption for including unmatched rows only. -
Method Summary
Modifier and TypeMethodDescriptionuk.ac.starlink.table.join.MultiJoinTypeReturns the join type.toString()Returns the human-readable description.
-
Field Details
-
MATCHED
Option for including matched rows only. -
UNMATCHED
Option for including unmatched rows only. -
ANY
Option for including all rows, matched or unmatched. -
DEFAULT
Option for default behaviour (all 2+-way matches are included).
-
-
Method Details
-
getJoinType
public uk.ac.starlink.table.join.MultiJoinType getJoinType()Returns the join type.- Returns:
- join type
-
toString
-