java.lang.Object
org.jooq.meta.jaxb.MatcherRule
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Java class for MatcherRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatcherRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="transform" type="{http://www.jooq.org/xsd/jooq-codegen-3.19.8.xsd}MatcherTransformType" minOccurs="0"/>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanA replacement expression that transforms the matched expression in a new value.A pre-defined transformation type that transforms this rule's output into a specific format.inthashCode()voidsetExpression(String value) A replacement expression that transforms the matched expression in a new value.voidsetTransform(MatcherTransformType value) A pre-defined transformation type that transforms this rule's output into a specific format.toString()withExpression(String value) A replacement expression that transforms the matched expression in a new value.A pre-defined transformation type that transforms this rule's output into a specific format.
-
Felddetails
-
transform
-
expression
-
-
Konstruktordetails
-
MatcherRule
public MatcherRule()
-
-
Methodendetails
-
getTransform
A pre-defined transformation type that transforms this rule's output into a specific format. -
setTransform
A pre-defined transformation type that transforms this rule's output into a specific format. -
getExpression
A replacement expression that transforms the matched expression in a new value. -
setExpression
A replacement expression that transforms the matched expression in a new value. -
withTransform
A pre-defined transformation type that transforms this rule's output into a specific format. -
withExpression
A replacement expression that transforms the matched expression in a new value. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-