public class MatchersCatalogType extends Object implements Serializable, XMLAppendable
| Modifier and Type | Field and Description |
|---|---|
protected MatcherRule |
catalogClass |
protected MatcherRule |
catalogIdentifier |
protected String |
catalogImplements |
protected String |
expression |
| Constructor and Description |
|---|
MatchersCatalogType() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
MatcherRule |
getCatalogClass()
This rule influences the naming of the generated
Catalog object. |
MatcherRule |
getCatalogIdentifier()
This rule influences the naming of the generated
Catalog identifier. |
String |
getCatalogImplements()
This string provides additional interfaces that a generated
Catalog should implement. |
String |
getExpression()
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
|
int |
hashCode() |
void |
setCatalogClass(MatcherRule value)
This rule influences the naming of the generated
Catalog object. |
void |
setCatalogIdentifier(MatcherRule value)
This rule influences the naming of the generated
Catalog identifier. |
void |
setCatalogImplements(String value)
This string provides additional interfaces that a generated
Catalog should implement. |
void |
setExpression(String value)
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
|
String |
toString() |
MatchersCatalogType |
withCatalogClass(MatcherRule value)
This rule influences the naming of the generated
Catalog object. |
MatchersCatalogType |
withCatalogIdentifier(MatcherRule value)
This rule influences the naming of the generated
Catalog identifier. |
MatchersCatalogType |
withCatalogImplements(String value)
This string provides additional interfaces that a generated
Catalog should implement. |
MatchersCatalogType |
withExpression(String value)
This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.
|
protected String expression
protected MatcherRule catalogClass
protected MatcherRule catalogIdentifier
protected String catalogImplements
public String getExpression()
public void setExpression(String value)
public MatcherRule getCatalogClass()
Catalog object.public void setCatalogClass(MatcherRule value)
Catalog object.public MatcherRule getCatalogIdentifier()
Catalog identifier.public void setCatalogIdentifier(MatcherRule value)
Catalog identifier.public String getCatalogImplements()
Catalog should implement.public void setCatalogImplements(String value)
Catalog should implement.public MatchersCatalogType withExpression(String value)
public MatchersCatalogType withCatalogClass(MatcherRule value)
Catalog object.public MatchersCatalogType withCatalogIdentifier(MatcherRule value)
Catalog identifier.public MatchersCatalogType withCatalogImplements(String value)
Catalog should implement.public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.