java.lang.Object
org.jooq.meta.jaxb.MatcherRule
- All Implemented Interfaces:
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.17.0.xsd}MatcherTransformType" minOccurs="0"/> <element name="expression" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
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.int
hashCode()
void
setExpression
(String value) A replacement expression that transforms the matched expression in a new value.void
setTransform
(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.
-
Field Details
-
transform
-
expression
-
-
Constructor Details
-
MatcherRule
public MatcherRule()
-
-
Method Details
-
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
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-