Class StringPredicateOperator

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.cypher.openCypher.StringPredicateOperator type.
      • STARTS_WITH

        public static final Name STARTS_WITH
        Name of the hydra.cypher.openCypher.StringPredicateOperator.startsWith field.
      • ENDS_WITH

        public static final Name ENDS_WITH
        Name of the hydra.cypher.openCypher.StringPredicateOperator.endsWith field.
      • CONTAINS

        public static final Name CONTAINS
        Name of the hydra.cypher.openCypher.StringPredicateOperator.contains field.