Interface Operator

    • Method Detail

      • getName

        @UML(identifier="name",
             specification=UNSPECIFIED)
        String getName()
        Name of supported Operator.

        Each filter subclass has an associated name (such as BBOX or EqualsTo), you can use this name to determine if a matching Operator is defined as part of FilterCapabilities.

      • equals

        boolean equals​(Object obj)
        Equals should be implemented simply in terms of getName()
        Overrides:
        equals in class Object
      • hashCode

        int hashCode()
        HashCode should be implemented simply in terms of getName().
        Overrides:
        hashCode in class Object