public class MatchersSequenceType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected MatcherRule |
sequenceIdentifier |
| Constructor and Description |
|---|
MatchersSequenceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getExpression()
This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.
|
MatcherRule |
getSequenceIdentifier()
This rule influences the naming of the generated
Sequence identifier. |
int |
hashCode() |
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setSequenceIdentifier(MatcherRule value)
Sets the value of the sequenceIdentifier property.
|
String |
toString() |
MatchersSequenceType |
withExpression(String value) |
MatchersSequenceType |
withSequenceIdentifier(MatcherRule value) |
protected String expression
protected MatcherRule sequenceIdentifier
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic MatcherRule getSequenceIdentifier()
Sequence identifier.MatcherRulepublic void setSequenceIdentifier(MatcherRule value)
value - allowed object is
MatcherRulepublic MatchersSequenceType withExpression(String value)
public MatchersSequenceType withSequenceIdentifier(MatcherRule value)
Copyright © 2019. All rights reserved.