Class MatchFeatures

  • All Implemented Interfaces:
    java.io.Serializable

    public class MatchFeatures
    extends java.lang.Object
    implements java.io.Serializable
    Match queries
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_MATCH

        public static final Name FIELD_NAME_MATCH
      • FIELD_NAME_OPTIONAL_MATCH

        public static final Name FIELD_NAME_OPTIONAL_MATCH
      • match

        public final java.lang.Boolean match
        The basic (non-optional) MATCH clause
      • optionalMatch

        public final java.lang.Boolean optionalMatch
        OPTIONAL MATCH
    • Constructor Detail

      • MatchFeatures

        public MatchFeatures​(java.lang.Boolean match,
                             java.lang.Boolean optionalMatch)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • withMatch

        public MatchFeatures withMatch​(java.lang.Boolean match)
      • withOptionalMatch

        public MatchFeatures withOptionalMatch​(java.lang.Boolean optionalMatch)