Class MatchOption

java.lang.Object
uk.ac.starlink.topcat.join.MatchOption

public class MatchOption extends Object
Enumeration class defining requirements on table rows for constructing a matched table.
Since:
19 Mar 2004
Author:
Mark Taylor (Starlink)
  • Field Details

    • MATCHED

      public static final MatchOption MATCHED
      Option for including matched rows only.
    • UNMATCHED

      public static final MatchOption UNMATCHED
      Option for including unmatched rows only.
    • ANY

      public static final MatchOption ANY
      Option for including all rows, matched or unmatched.
    • DEFAULT

      public static final MatchOption 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

      public String toString()
      Returns the human-readable description.
      Overrides:
      toString in class Object
      Returns:
      description