public class MatchersRoutineType extends Object implements Serializable
| 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 |
|---|---|
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)
Sets the value of the expression property.
|
void |
setRoutineClass(MatcherRule value)
Sets the value of the routineClass property.
|
void |
setRoutineImplements(String value)
Sets the value of the routineImplements property.
|
void |
setRoutineMethod(MatcherRule value)
Sets the value of the routineMethod property.
|
String |
toString() |
MatchersRoutineType |
withExpression(String value) |
MatchersRoutineType |
withRoutineClass(MatcherRule value) |
MatchersRoutineType |
withRoutineImplements(String value) |
MatchersRoutineType |
withRoutineMethod(MatcherRule value) |
protected String expression
protected MatcherRule routineClass
protected MatcherRule routineMethod
protected String routineImplements
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getRoutineClass()
Routine object.MatcherRulepublic void setRoutineClass(MatcherRule value)
value - allowed object is
MatcherRulepublic MatcherRule getRoutineMethod()
Routine.MatcherRulepublic void setRoutineMethod(MatcherRule value)
value - allowed object is
MatcherRulepublic String getRoutineImplements()
Routine should implement.Stringpublic void setRoutineImplements(String value)
value - allowed object is
Stringpublic MatchersRoutineType withExpression(String value)
public MatchersRoutineType withRoutineClass(MatcherRule value)
public MatchersRoutineType withRoutineMethod(MatcherRule value)
public MatchersRoutineType withRoutineImplements(String value)
Copyright © 2019. All rights reserved.