public class SearchMatchesImpl extends AbstractImplItem implements SerializableXmlType
| Constructor and Description |
|---|
SearchMatchesImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getOrder() |
String |
getRegularExpression() |
boolean |
isMatching(String value) |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToXml(org.dom4j.Element node) |
void |
setOrder(long order) |
void |
setRegularExpression(String regularExpression) |
getValue, getValue, getValues, merge, putValue, selectAttribute, selectAttribute, selectAttributeAsBigDecimal, selectAttributeAsBigDecimal, selectAttributeAsBigInteger, selectAttributeAsBigInteger, selectAttributeAsBoolean, selectAttributeAsBoolean, selectAttributeAsCurrency, selectAttributeAsCurrency, selectAttributeAsDate, selectAttributeAsDate, selectAttributeAsDateTime, selectAttributeAsDateTime, selectAttributeAsDouble, selectAttributeAsDouble, selectAttributeAsFloat, selectAttributeAsFloat, selectAttributeAsURI, selectAttributeAsURI, selectChildElementspublic long getOrder()
public String getRegularExpression()
public boolean isMatching(String value)
public void readFromXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void setOrder(long order)
public void setRegularExpression(String regularExpression)
Copyright © 2019 OpenEstate. All rights reserved.