- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected MatcherRuleprotected Stringprotected Stringprotected MatcherRule -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanThis routine matcher applies to all unqualified or qualified routine names matched by this expression.This rule influences the naming of the generatedRoutineobject.This string provides a super class that a generatedRoutineshould extend.This string provides additional interfaces that a generatedRoutineshould implement.This rule influences the naming of generated convenience methods used to call theRoutine.inthashCode()voidsetExpression(String value) This routine matcher applies to all unqualified or qualified routine names matched by this expression.voidsetRoutineClass(MatcherRule value) This rule influences the naming of the generatedRoutineobject.voidsetRoutineExtends(String value) This string provides a super class that a generatedRoutineshould extend.voidsetRoutineImplements(String value) This string provides additional interfaces that a generatedRoutineshould implement.voidsetRoutineMethod(MatcherRule value) This rule influences the naming of generated convenience methods used to call theRoutine.toString()withExpression(String value) This routine matcher applies to all unqualified or qualified routine names matched by this expression.withRoutineClass(MatcherRule value) This rule influences the naming of the generatedRoutineobject.withRoutineExtends(String value) This string provides a super class that a generatedRoutineshould extend.withRoutineImplements(String value) This string provides additional interfaces that a generatedRoutineshould implement.withRoutineMethod(MatcherRule value) This rule influences the naming of generated convenience methods used to call theRoutine.
-
Felddetails
-
expression
-
routineClass
-
routineMethod
-
routineExtends
-
routineImplements
-
-
Konstruktordetails
-
MatchersRoutineType
public MatchersRoutineType()
-
-
Methodendetails
-
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
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
This rule influences the naming of the generatedRoutineobject. -
setRoutineClass
This rule influences the naming of the generatedRoutineobject. -
getRoutineMethod
This rule influences the naming of generated convenience methods used to call theRoutine. -
setRoutineMethod
This rule influences the naming of generated convenience methods used to call theRoutine. -
getRoutineExtends
This string provides a super class that a generatedRoutineshould extend.jOOQ internals make a few assumptions about what a
Routinedoes, so to minimise unexpected behaviour, custom routine super classes should extendAbstractRoutineand follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setRoutineExtends
This string provides a super class that a generatedRoutineshould extend.jOOQ internals make a few assumptions about what a
Routinedoes, so to minimise unexpected behaviour, custom routine super classes should extendAbstractRoutineand follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getRoutineImplements
This string provides additional interfaces that a generatedRoutineshould implement. -
setRoutineImplements
This string provides additional interfaces that a generatedRoutineshould implement. -
withExpression
This routine matcher applies to all unqualified or qualified routine names matched by this expression. If left empty, this matcher applies to all routines. -
withRoutineClass
This rule influences the naming of the generatedRoutineobject. -
withRoutineMethod
This rule influences the naming of generated convenience methods used to call theRoutine. -
withRoutineExtends
This string provides a super class that a generatedRoutineshould extend.jOOQ internals make a few assumptions about what a
Routinedoes, so to minimise unexpected behaviour, custom routine super classes should extendAbstractRoutineand follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withRoutineImplements
This string provides additional interfaces that a generatedRoutineshould implement. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-