public class RegexpMatches extends Modifiable implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<RegexpMatch> |
regexpMatch |
modifiedAt, modifiedBy
Constructor and Description |
---|
RegexpMatches() |
RegexpMatches(RegexpMatches o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this RegexpMatches.
|
static RegexpMatches |
fromString(java.lang.String s)
String representation of this RegexpMatches.
|
java.util.List<RegexpMatch> |
getRegexpMatch()
Regular expressions to recognize.
|
RegexpMatches |
makeCopy()
Creates and returns a deep copy of this RegexpMatches.
|
static RegexpMatches |
readFrom(java.io.InputStream is)
Read this RegexpMatches from an XML fragment.
|
java.lang.String |
toString()
String representation of this RegexpMatches.
|
RegexpMatches |
withModifiedAt(java.lang.Long modifiedAt) |
RegexpMatches |
withModifiedBy(java.lang.String modifiedBy) |
RegexpMatches |
withRegexpMatch(java.util.Collection<RegexpMatch> __values) |
RegexpMatches |
withRegexpMatch(RegexpMatch... __values)
Regular expressions to recognize.
|
void |
writeTo(java.io.OutputStream os)
Write this RegexpMatches as an XML fragment
|
getModifiedAt, getModifiedBy, setModifiedAt, setModifiedBy
public java.util.List<RegexpMatch> regexpMatch
public RegexpMatches()
public RegexpMatches(RegexpMatches o)
public RegexpMatches withModifiedBy(java.lang.String modifiedBy)
withModifiedBy
in class Modifiable
public RegexpMatches withModifiedAt(java.lang.Long modifiedAt)
withModifiedAt
in class Modifiable
public java.util.List<RegexpMatch> getRegexpMatch()
public RegexpMatches withRegexpMatch(RegexpMatch... __values)
public RegexpMatches withRegexpMatch(java.util.Collection<RegexpMatch> __values)
public RegexpMatches makeCopy()
makeCopy
in class Modifiable
public static RegexpMatches readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class Modifiable
javax.xml.bind.JAXBException
java.io.IOException
public static RegexpMatches fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class Modifiable
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class Modifiable
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.