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