public abstract class Pattern extends Modifiable implements com.exalead.util.Checkable, java.io.Serializable
modifiedAt, modifiedBy
Constructor and Description |
---|
Pattern() |
Pattern(Pattern o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Pattern.
|
static Pattern |
fromString(java.lang.String s)
String representation of this Pattern.
|
Pattern |
makeCopy() |
static Pattern |
readFrom(java.io.InputStream is)
Read this Pattern from an XML fragment.
|
java.lang.String |
toString()
String representation of this Pattern.
|
Pattern |
withModifiedAt(java.lang.Long modifiedAt) |
Pattern |
withModifiedBy(java.lang.String modifiedBy) |
void |
writeTo(java.io.OutputStream os) |
getModifiedAt, getModifiedBy, setModifiedAt, setModifiedBy
public Pattern()
public Pattern(Pattern o)
public Pattern withModifiedBy(java.lang.String modifiedBy)
withModifiedBy
in class Modifiable
public Pattern withModifiedAt(java.lang.Long modifiedAt)
withModifiedAt
in class Modifiable
public Pattern makeCopy()
makeCopy
in class Modifiable
public static Pattern 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 Pattern 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.