public class MatchersRoutineType extends Object implements Serializable, XMLAppendable
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
routineClass |
protected String |
routineImplements |
protected MatcherRule |
routineMethod |
| Constructor and Description |
|---|
MatchersRoutineType() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getExpression()
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
|
MatcherRule |
getRoutineClass()
This rule influences the naming of the generated
Routine object. |
String |
getRoutineImplements()
This string provides additional interfaces that a generated
Routine should implement. |
MatcherRule |
getRoutineMethod()
This rule influences the naming of generated convenience methods used to call the
Routine. |
int |
hashCode() |
void |
setExpression(String value)
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
|
void |
setRoutineClass(MatcherRule value)
This rule influences the naming of the generated
Routine object. |
void |
setRoutineImplements(String value)
This string provides additional interfaces that a generated
Routine should implement. |
void |
setRoutineMethod(MatcherRule value)
This rule influences the naming of generated convenience methods used to call the
Routine. |
String |
toString() |
MatchersRoutineType |
withExpression(String value)
This routine matcher applies to all unqualified or qualified routine names matched by this expression.
|
MatchersRoutineType |
withRoutineClass(MatcherRule value)
This rule influences the naming of the generated
Routine object. |
MatchersRoutineType |
withRoutineImplements(String value)
This string provides additional interfaces that a generated
Routine should implement. |
MatchersRoutineType |
withRoutineMethod(MatcherRule value)
This rule influences the naming of generated convenience methods used to call the
Routine. |
protected String expression
protected MatcherRule routineClass
protected MatcherRule routineMethod
protected String routineImplements
public String getExpression()
public void setExpression(String value)
public MatcherRule getRoutineClass()
Routine object.public void setRoutineClass(MatcherRule value)
Routine object.public MatcherRule getRoutineMethod()
Routine.public void setRoutineMethod(MatcherRule value)
Routine.public String getRoutineImplements()
Routine should implement.public void setRoutineImplements(String value)
Routine should implement.public MatchersRoutineType withExpression(String value)
public MatchersRoutineType withRoutineClass(MatcherRule value)
Routine object.public MatchersRoutineType withRoutineMethod(MatcherRule value)
Routine.public MatchersRoutineType withRoutineImplements(String value)
Routine should implement.public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.