public class Not extends Pattern implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Not.
|
Not |
clone()
Creates and returns a deep copy of this Not.
|
static Not |
fromString(java.lang.String s)
String representation of this Not.
|
Pattern |
getPattern() |
Not |
makeCopy()
Creates and returns a deep copy of this Not.
|
static Not |
readFrom(java.io.InputStream is)
Read this Not from an XML fragment.
|
void |
setPattern(Pattern pattern) |
java.lang.String |
toString()
String representation of this Not.
|
Not |
withPattern(Pattern pattern) |
void |
writeTo(java.io.OutputStream os)
Write this Not as an XML fragment
|
public Pattern pattern
public Not()
public Not(Not o)
public void setPattern(Pattern pattern)
public Pattern getPattern()
public Not clone()
public Not makeCopy()
public static Not 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
public static Not 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()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.