public class Not extends Cond implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
Cond |
cond |
DEFAULT_SUCCESS, success
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this Not.
|
static Not |
fromString(java.lang.String s)
String representation of this Not.
|
Cond |
getCond() |
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 |
setCond(Cond cond) |
java.lang.String |
toString()
String representation of this Not.
|
Not |
withCond(Cond cond) |
Not |
withSuccess(boolean success) |
Not |
withSuccess(java.lang.Boolean success) |
void |
writeTo(java.io.OutputStream os)
Write this Not as an XML fragment
|
isSuccess, setSuccess
public Cond cond
public Not()
public Not(Not o)
public Not withSuccess(boolean success)
withSuccess
in class Cond
public Not withSuccess(java.lang.Boolean success)
withSuccess
in class Cond
public void setCond(Cond cond)
public Cond getCond()
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.