Class Union

  • All Implemented Interfaces:
    java.io.Serializable

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

      • TYPE_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_ALL

        public static final Name FIELD_NAME_ALL
      • FIELD_NAME_QUERY

        public static final Name FIELD_NAME_QUERY
      • all

        public final java.lang.Boolean all
    • Constructor Detail

      • Union

        public Union​(java.lang.Boolean all,
                     SingleQuery query)
    • 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
      • withAll

        public Union withAll​(java.lang.Boolean all)