Class MatchersRoutineType

    • Field Detail

      • expression

        protected String expression
      • routineImplements

        protected String routineImplements
    • Constructor Detail

      • MatchersRoutineType

        public MatchersRoutineType()
    • Method Detail

      • getExpression

        public String getExpression()
        This routine matcher applies to all unqualified or qualified routine names matched by this expression. If left empty, this matcher applies to all routines.
      • setExpression

        public void setExpression​(String value)
        This routine matcher applies to all unqualified or qualified routine names matched by this expression. If left empty, this matcher applies to all routines.
      • getRoutineClass

        public MatcherRule getRoutineClass()
        This rule influences the naming of the generated Routine object.
      • setRoutineClass

        public void setRoutineClass​(MatcherRule value)
        This rule influences the naming of the generated Routine object.
      • getRoutineMethod

        public MatcherRule getRoutineMethod()
        This rule influences the naming of generated convenience methods used to call the Routine.
      • setRoutineMethod

        public void setRoutineMethod​(MatcherRule value)
        This rule influences the naming of generated convenience methods used to call the Routine.
      • getRoutineImplements

        public String getRoutineImplements()
        This string provides additional interfaces that a generated Routine should implement.
      • setRoutineImplements

        public void setRoutineImplements​(String value)
        This string provides additional interfaces that a generated Routine should implement.
      • withExpression

        public MatchersRoutineType withExpression​(String value)
        This routine matcher applies to all unqualified or qualified routine names matched by this expression. If left empty, this matcher applies to all routines.
      • withRoutineImplements

        public MatchersRoutineType withRoutineImplements​(String value)
        This string provides additional interfaces that a generated Routine should implement.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object